Remove box-shadow on flat buttons and frame

This commit is contained in:
Satyajit Sahoo
2015-01-17 19:54:51 +05:30
parent 7fdca0128d
commit 22500cb20d
+6 -1
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,