mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
theme: Searchbar with no border
- don't do stroke on search entry, sync with all other entries - Tobias' GUADEC mini initiated
This commit is contained in:
parent
678b06fc7e
commit
a3412150cd
1 changed files with 1 additions and 2 deletions
|
|
@ -10,13 +10,12 @@ $search_entry_height: 36px;
|
|||
border-radius: $search_entry_height * 0.5; // half the height
|
||||
color: transparentize($fg_color,0.3);
|
||||
background-color: $bg_color;
|
||||
border-color: $borders_color;
|
||||
border-color: transparent;
|
||||
margin-top: $base_spacing * 2;
|
||||
margin-bottom: $base_spacing;
|
||||
|
||||
&:hover {
|
||||
background-color: $hover_bg_color;
|
||||
border-color: $hover_borders_color;
|
||||
color: $hover_fg_color;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue