nwg-panel: theme the calendar
This commit is contained in:
@@ -60,6 +60,20 @@ button {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* the CSS nodes are difficult to determine.
|
||||||
|
* reference: <https://github.com/numixproject/numix-gtk-theme/blob/master/src/gtk-3.20/scss/widgets/_calendar.scss>
|
||||||
|
*/
|
||||||
|
#calendar-window {
|
||||||
|
background-color: @accent-l0;
|
||||||
|
}
|
||||||
|
calendar {
|
||||||
|
background-color: @accent-l0;
|
||||||
|
}
|
||||||
|
calendar :selected {
|
||||||
|
background-color: @accent-r1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#controls-window {
|
#controls-window {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background: @bg1;
|
background: @bg1;
|
||||||
|
Reference in New Issue
Block a user