mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Added hover state for tabs
This commit is contained in:
@@ -1000,6 +1000,11 @@ GtkModelMenuItem GtkBox GtkImage {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.notebook tab:hover {
|
||||
background-color: shade(@theme_base_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.notebook tab:active {
|
||||
background-color: shade(@theme_base_color, 0.85);
|
||||
background-image: none;
|
||||
|
||||
Reference in New Issue
Block a user