Overview: Change tab title style to match mockups

https://bugzilla.gnome.org/show_bug.cgi?id=638815
This commit is contained in:
Adel Gadllah 2011-01-06 12:15:07 +01:00
parent 778aa6be09
commit ce2efc6a67

View File

@ -384,10 +384,14 @@ StTooltip StLabel {
color: #888a85; color: #888a85;
font-weight: bold; font-weight: bold;
padding: 0px 12px; padding: 0px 12px;
height: 24px;
} }
.view-tab-title:selected { .view-tab-title:selected {
color: white; color: #000000;
background-color: #c2c7cd;
border-radius: 4px;
height: 24px;
} }
.view-tab-boxpointer { .view-tab-boxpointer {