Add style for search bars

pull/70/head
Satyajit Sahoo 2013-10-23 21:44:55 +05:30
parent 87d121f18e
commit 388c1a5c16
1 changed files with 14 additions and 0 deletions

View File

@ -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 *
*********************/