Added background and border color to frames in Preferences
This commit is contained in:
@@ -55,6 +55,13 @@ GtkNotebook {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/* Frames in Preferences */
|
||||
.prefNotebook GtkFrame {
|
||||
background-color: #3B3B3B;
|
||||
border: 1px solid #505050;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* Frames in the toolbox. Not MyExpander frames. */
|
||||
GtkEventBox .frame {
|
||||
border-color: #565656;
|
||||
|
Reference in New Issue
Block a user