pull/94/head
Satyajit Sahoo 2013-11-13 19:02:43 +05:30
parent 3359de7f5c
commit 961d4996d0
1 changed files with 2 additions and 2 deletions

View File

@ -1881,7 +1881,7 @@ GtkColorButton.button {
**************/
.header-bar {
padding: 4px;
border-width: 0 0 1px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: shade(@toolbar_bg_color, 0.8);
background-color: @toolbar_bg_color;
@ -2643,7 +2643,7 @@ GtkViewport.frame {
* search bars *
***************/
.search-bar {
border-width: 0 0 1px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
background-color: shade(@theme_bg_color, 0.98);