Adwaita: Insensitive notebook arrows

Just make insensitive notebook arrows gray until better
styling appears.

https://bugzilla.gnome.org/show_bug.cgi?id=761716
This commit is contained in:
Matthias Clasen 2016-02-12 18:24:20 -05:00
parent 102b3bfddf
commit 4c37719639
3 changed files with 8 additions and 0 deletions

View File

@ -1831,6 +1831,10 @@ notebook {
}
}
arrow:disabled {
color: $insensitive_fg_color;
}
tab {
font-weight: bold;
min-height: 36px;

View File

@ -2193,6 +2193,8 @@ notebook > header {
box-shadow: none; }
notebook > header.right > tabs > tab:active {
box-shadow: inset 3px 0 #215d9c; }
notebook > header arrow:disabled {
color: #949796; }
notebook > header tab {
font-weight: bold;
min-height: 36px;

View File

@ -2203,6 +2203,8 @@ notebook > header {
box-shadow: none; }
notebook > header.right > tabs > tab:active {
box-shadow: inset 3px 0 #4a90d9; }
notebook > header arrow:disabled {
color: #8b8e8f; }
notebook > header tab {
font-weight: bold;
min-height: 36px;