diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 10 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 0f775d6a..59b43f4d 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3735,7 +3735,7 @@ radiobutton.text-button { assistant .sidebar highlight {
color: @theme_text_color;
- font: bold;
+ font-weight: bold;
}
assistant .sidebar {
@@ -5824,12 +5824,13 @@ headerbar.titlebar > stackswitcher.linked.stack-switcher > button.text-button.ra }
headerbar title {
- font: Bold 11;
+ font-size: 110%;
+ font-weight: bold;
color: @theme_text_dark_color;
}
headerbar .subtitle {
- font: 9;
+ font-size: 90%;
color: @theme_text_dark_color;
}
@@ -5864,7 +5865,8 @@ headerbar paned > separator { }
.titlebar .title {
- font: Bold 10;
+ font-size: 100%;
+ font-weight: bold;
background: none;
color: @theme_text_dark_color;
}
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 6bdfaa85..23268cb3 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -527,7 +527,7 @@ MatePanelAppletFrameDBus { /* clock-applet */ #clock-applet-button.flat.toggle > box.horizontal > label { - font: normal; + font-weight: normal; } #MatePanelPopupWindow { |