Adwaita: Add .monospace style

This commit is contained in:
Matthias Clasen 2014-10-07 00:40:55 -04:00
parent 0004e667ab
commit a3dfffa8b8
3 changed files with 10 additions and 0 deletions

View File

@ -2956,3 +2956,7 @@ GtkVolumeButton.button { padding: 8px; }
.context-menu {
font: initial;
}
.monospace {
font: Monospace;
}

View File

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

View File

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