Added background and border color to frames in Preferences

This commit is contained in:
Beep6581
2015-12-02 16:18:42 +01:00
parent 55517812ff
commit 169f4d7619

View File

@@ -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;