diff options
author | Horst3180 | 2015-05-17 13:16:12 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-17 13:16:12 +0200 |
commit | d29eca70f340dc45b4ea3b372d7d66a813c5eb6e (patch) | |
tree | 9999e2be53201dc531068697f6dbc453af462e7c /gtk-3.0/_common.scss | |
parent | 7c73ea635abe3dad8f2383269156f32648599685 (diff) | |
download | solarc-theme-d29eca70f340dc45b4ea3b372d7d66a813c5eb6e.tar.gz solarc-theme-d29eca70f340dc45b4ea3b372d7d66a813c5eb6e.tar.xz solarc-theme-d29eca70f340dc45b4ea3b372d7d66a813c5eb6e.zip |
no bold fonts
Diffstat (limited to 'gtk-3.0/_common.scss')
-rw-r--r-- | gtk-3.0/_common.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk-3.0/_common.scss b/gtk-3.0/_common.scss index aaf5bcd..db15737 100644 --- a/gtk-3.0/_common.scss +++ b/gtk-3.0/_common.scss @@ -1033,7 +1033,6 @@ GtkComboBox { } .title { - font-weight: bold; padding: 0px 12px; } @@ -1669,7 +1668,6 @@ column-header.button.dnd { // for treeview-like derive widgets } GtkLabel { //tab text padding: 0 2px; // needed for a nicer focus ring - font-weight: bold; color: $insensitive_fg_color; } .prelight-page GtkLabel, GtkLabel.prelight-page { |