theme: overview search bar styling

This commit is contained in:
Jakub Steiner 2014-10-08 14:15:10 +02:00 committed by Florian Müllner
parent ac3e315a47
commit 3ccdc5f8ba
2 changed files with 4 additions and 4 deletions

View File

@ -68,10 +68,10 @@ StEntry {
&:insensitive { @include entry(insensitive);} &:insensitive { @include entry(insensitive);}
.search-entry { .search-entry {
padding: 9px; padding: 7px 9px;
border-radius: 24px; border-radius: 24px;
&:focus { &:focus {
padding: 8px; padding: 6px 8px;
border-width: 2px; border-width: 2px;
} }
} }

View File

@ -1909,10 +1909,10 @@ StEntry {
border-color: #323636; border-color: #323636;
box-shadow: none; } box-shadow: none; }
StEntry .search-entry { StEntry .search-entry {
padding: 9px; padding: 7px 9px;
border-radius: 24px; } border-radius: 24px; }
StEntry .search-entry:focus { StEntry .search-entry:focus {
padding: 8px; padding: 6px 8px;
border-width: 2px; } border-width: 2px; }
/* Scrollbars */ /* Scrollbars */