Remove box-shadow on flat buttons and frame

pull/218/head
Satyajit Sahoo 2015-01-17 19:54:51 +05:30
parent 7fdca0128d
commit 22500cb20d
1 changed files with 6 additions and 1 deletions

View File

@ -304,6 +304,7 @@ GtkAssistant .sidebar {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
}
/****************
@ -604,7 +605,10 @@ GtkExpander {
border-radius: 0;
}
.frame.flat { border: none; }
.frame.flat {
border: none;
box-shadow: none;
}
/*******************
* scrolled window *
@ -2389,6 +2393,7 @@ GtkColorButton.button {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
}
.primary-toolbar .raised .button,