mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Overview: Change tab title style to match mockups
https://bugzilla.gnome.org/show_bug.cgi?id=638815
This commit is contained in:
parent
778aa6be09
commit
ce2efc6a67
1 changed files with 5 additions and 1 deletions
|
|
@ -384,10 +384,14 @@ StTooltip StLabel {
|
|||
color: #888a85;
|
||||
font-weight: bold;
|
||||
padding: 0px 12px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.view-tab-title:selected {
|
||||
color: white;
|
||||
color: #000000;
|
||||
background-color: #c2c7cd;
|
||||
border-radius: 4px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.view-tab-boxpointer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue