theme: overview search bar styling
This commit is contained in:
parent
a0fe9909b3
commit
f3a5571f46
@ -68,10 +68,10 @@ StEntry {
|
||||
&:insensitive { @include entry(insensitive);}
|
||||
|
||||
.search-entry {
|
||||
padding: 9px;
|
||||
padding: 7px 9px;
|
||||
border-radius: 24px;
|
||||
&:focus {
|
||||
padding: 8px;
|
||||
padding: 6px 8px;
|
||||
border-width: 2px;
|
||||
}
|
||||
}
|
||||
|
@ -1879,10 +1879,10 @@ StEntry {
|
||||
border-color: #323636;
|
||||
box-shadow: none; }
|
||||
StEntry .search-entry {
|
||||
padding: 9px;
|
||||
padding: 7px 9px;
|
||||
border-radius: 24px; }
|
||||
StEntry .search-entry:focus {
|
||||
padding: 8px;
|
||||
padding: 6px 8px;
|
||||
border-width: 2px; }
|
||||
|
||||
/* Scrollbars */
|
||||
|
Loading…
x
Reference in New Issue
Block a user