Add style for search bars
parent
87d121f18e
commit
388c1a5c16
|
@ -2579,6 +2579,20 @@ GtkViewport.frame {
|
|||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/***************
|
||||
* search bars *
|
||||
***************/
|
||||
.search-bar {
|
||||
border-width: 0 0 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 0.98);
|
||||
}
|
||||
|
||||
.search-bar .button.close-button {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/*********************
|
||||
* app notifications *
|
||||
*********************/
|
||||
|
|
Loading…
Reference in New Issue