1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

no bold fonts

This commit is contained in:
Horst3180 2015-05-17 13:16:12 +02:00
parent 7c73ea635a
commit d29eca70f3
2 changed files with 0 additions and 4 deletions

View File

@ -1033,7 +1033,6 @@ GtkComboBox {
} }
.title { .title {
font-weight: bold;
padding: 0px 12px; padding: 0px 12px;
} }
@ -1669,7 +1668,6 @@ column-header.button.dnd { // for treeview-like derive widgets
} }
GtkLabel { //tab text GtkLabel { //tab text
padding: 0 2px; // needed for a nicer focus ring padding: 0 2px; // needed for a nicer focus ring
font-weight: bold;
color: $insensitive_fg_color; color: $insensitive_fg_color;
} }
.prelight-page GtkLabel, GtkLabel.prelight-page { .prelight-page GtkLabel, GtkLabel.prelight-page {

View File

@ -784,7 +784,6 @@ GtkComboBox {
color: rgba(82, 93, 118, 0.5); color: rgba(82, 93, 118, 0.5);
background-color: rgba(239, 240, 242, 0.95); } background-color: rgba(239, 240, 242, 0.95); }
.header-bar .title { .header-bar .title {
font-weight: bold;
padding: 0px 12px; } padding: 0px 12px; }
.header-bar .subtitle { .header-bar .subtitle {
font-size: smaller; font-size: smaller;
@ -1343,7 +1342,6 @@ column-header .button, column-header .button:hover, column-header .button:active
background-color: rgba(0, 0, 0, 0.02); } background-color: rgba(0, 0, 0, 0.02); }
.notebook tab GtkLabel { .notebook tab GtkLabel {
padding: 0 2px; padding: 0 2px;
font-weight: bold;
color: rgba(92, 97, 108, 0.55); } color: rgba(92, 97, 108, 0.55); }
.notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: rgba(92, 97, 108, 0.775); } color: rgba(92, 97, 108, 0.775); }