Remove box-shadow on flat buttons and frame
parent
7fdca0128d
commit
22500cb20d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue