theme: tone down search entry stroke

https://bugzilla.gnome.org/show_bug.cgi?id=757011
This commit is contained in:
Jakub Steiner
2015-10-26 16:00:48 +01:00
parent 2c682ace81
commit 5858028411
3 changed files with 3 additions and 3 deletions

View File

@ -961,7 +961,7 @@ StScrollBar {
width: 320px; width: 320px;
padding: 7px 9px; padding: 7px 9px;
border-radius: 6px; border-radius: 6px;
border-color: red; border-color: #747467;
color: #eeeeec; color: #eeeeec;
background-color: #2e3436; } background-color: #2e3436; }
.search-entry:focus { .search-entry:focus {

View File

@ -961,7 +961,7 @@ StScrollBar {
width: 320px; width: 320px;
padding: 7px 9px; padding: 7px 9px;
border-radius: 6px; border-radius: 6px;
border-color: red; border-color: #747467;
color: #eeeeec; color: #eeeeec;
background-color: #2e3436; } background-color: #2e3436; }
.search-entry:focus { .search-entry:focus {