mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Remove box-shadow on flat buttons and frame
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user