mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Add style for search bars
This commit is contained in:
@@ -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 *
|
||||
*********************/
|
||||
|
||||
Reference in New Issue
Block a user