Added hover state for tabs
parent
58f54151c0
commit
316aaaadcb
|
@ -1000,6 +1000,11 @@ GtkModelMenuItem GtkBox GtkImage {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notebook tab:hover {
|
||||||
|
background-color: shade(@theme_base_color, 0.95);
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
.notebook tab:active {
|
.notebook tab:active {
|
||||||
background-color: shade(@theme_base_color, 0.85);
|
background-color: shade(@theme_base_color, 0.85);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
Loading…
Reference in New Issue