Added hover state for tabs

pull/94/head
Satyajit Sahoo 2014-01-16 09:46:29 +05:30
parent 58f54151c0
commit 316aaaadcb
1 changed files with 5 additions and 0 deletions

View File

@ -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;