mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
Adwaita: Add .monospace style
This commit is contained in:
parent
0004e667ab
commit
a3dfffa8b8
@ -2956,3 +2956,7 @@ GtkVolumeButton.button { padding: 8px; }
|
||||
.context-menu {
|
||||
font: initial;
|
||||
}
|
||||
|
||||
.monospace {
|
||||
font: Monospace;
|
||||
}
|
||||
|
@ -4285,6 +4285,9 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
|
||||
.context-menu {
|
||||
font: initial; }
|
||||
|
||||
.monospace {
|
||||
font: Monospace; }
|
||||
|
||||
/* GTK NAMED COLORS */
|
||||
@define-color theme_fg_color #eeeeec;
|
||||
@define-color theme_bg_color #393f3f;
|
||||
|
@ -4447,6 +4447,9 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
|
||||
.context-menu {
|
||||
font: initial; }
|
||||
|
||||
.monospace {
|
||||
font: Monospace; }
|
||||
|
||||
/* GTK NAMED COLORS */
|
||||
@define-color theme_fg_color #2e3436;
|
||||
@define-color theme_bg_color #ededed;
|
||||
|
Loading…
Reference in New Issue
Block a user