make expanders more visible for alt-tab

https://bugzilla.gnome.org/show_bug.cgi?id=745058
This commit is contained in:
Jakub Steiner 2015-05-11 15:11:05 +02:00
parent f9eb36434f
commit f4baa4ddf8
3 changed files with 7 additions and 9 deletions

View File

@ -488,10 +488,9 @@ StScrollBar {
.switcher-arrow {
border-color: transparent;
color: black; }
.switcher-arrow:highlighted {
color: #fff; }
color: rgba(255, 255, 255, 0.8); }
.switcher-arrow:highlighted {
color: #fff; }
.input-source-switcher-symbol {
font-size: 34pt;

@ -1 +1 @@
Subproject commit 2cc9e9e7fc227eecdc1c0c0b088342e88c833a4f
Subproject commit 3573116e4f13f55339401a461195fe55126a0465

View File

@ -488,10 +488,9 @@ StScrollBar {
.switcher-arrow {
border-color: transparent;
color: #1c1f1f; }
.switcher-arrow:highlighted {
color: #eeeeec; }
color: rgba(238, 238, 236, 0.8); }
.switcher-arrow:highlighted {
color: #eeeeec; }
.input-source-switcher-symbol {
font-size: 34pt;