Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Vuetify v-data-table custom row hover background color (Light Theme)

.theme--light.v-data-table
> .v-data-table__wrapper
> table
> tbody
> tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper)
{
    background: green;
}
Comment

Vuetify v-data-table custom row hover background color (Dark Theme)

.theme--dark.v-data-table
> .v-data-table__wrapper
> table
> tbody
> tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper)
{
    background: green;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css cursor 
Css :: button with background image and text html css 
Css :: css responsive tabs 
Css :: custom cursor css 
Css :: how to use variables in css 
Css :: hover bg change 
Css :: html css how to arrange images of different sizes 
Css :: CSS 2D transforms 
Css :: the box model 
Css :: css table grid 
Css :: add border at hover of div 
Css :: css animate absolute position 
Css :: order in flex 
Css :: move cursor 
Css :: gradient generator 
Css :: other children than first css 
Css :: what is the difference between relative and absolute css 
Css :: save css file to different folder in scss 
Css :: why wont text color of a div change 
Css :: css tutorial point 
Css :: Css animated cross mark 
Css :: scss @content 
Css :: CSS Layout - width and max-width 
Css :: css first child of type 
Css :: -moz-background-inline-policy 
Css :: inline element not take padding why? 
Css :: linear gradient generator for all browsers without vendor extention 
Css :: image with colored background html css tigether 
Css :: Définir le nombre minimum de mots sur les publications WordPress 
Css :: what is a css do follow attribute content: "(dofollow)" !important; 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =