diff options
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 49 |
1 files changed, 35 insertions, 14 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 143bae83..a71bd331 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -112,25 +112,41 @@ textView { * Tooltips * ************/ -tooltip { +tooltip, +.tooltip { border-radius: 2px; border-width: 1px; border-color: @theme_tooltip_fg_color; border-style: solid; } -tooltip.background { +tooltip.background, +.tooltip.background { background-color: @theme_tooltip_bg_color; background-clip: padding-box; } -tooltip label { +tooltip label, +.tooltip label { text-shadow: none; color: @theme_tooltip_fg_color; padding: 8px; } -tooltip decoration { +tooltip decoration, +.tooltip decoration, +tooltip.csd decoration, +.tooltip.csd decoration, +tooltip.ssd decoration, +.tooltip.ssd decoration, +tooltip.solid-csd decoration, +.tooltip.solid-csd decoration, +tooltip.background.csd decoration, +.tooltip.background.csd decoration, +tooltip.background.ssd decoration, +.tooltip.background.ssd decoration, +tooltip.background.solid-csd decoration, +.tooltip.background.solid-csd decoration { background-color: transparent; } @@ -3200,13 +3216,14 @@ actionbar button.image-button { } actionbar .title { - font: Bold 10; - padding: 0px 12px 0px 12px; + font-weight: bold; + font-size: 10pt; + padding: 0px 12px 0px 12px; } actionbar .subtitle { - font: 9; - padding: 0px 12px 0px 12px; + font-size: 9pt; + padding: 0px 12px 0px 12px; } /*************** @@ -4100,14 +4117,13 @@ toolbar.selection-mode button.selection-menu menuitem { ****************/ assistant .sidebar highlight { - background-color: transparent; - color: @theme_fg_color; - font: bold; + background-color: transparent; + color: @theme_fg_color; + font-weight: bold; } assistant .sidebar { padding: 12px 18px 12px; - border-width: 0 1px 0 0; border-radius: 0px; border-style: solid; @@ -4434,6 +4450,7 @@ calendar.header .app-notification button.titlebutton, color: @theme_fg_color; border-color: rgba(75, 89, 112, 0.7); background-image: linear-gradient(to bottom, + rgba(102, 153, 204, 0.7), rgba(102, 153, 204, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); @@ -4467,6 +4484,7 @@ calendar.header .app-notification.frame button.titlebutton { color: white; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(79, 119, 158, 0.7), rgba(79, 119, 158, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); @@ -4483,6 +4501,7 @@ calendar.header .app-notification.frame button.titlebutton { color: white; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(65, 106, 175, 0.7), rgba(65, 106, 175, 0.7)); background-clip: padding-box; box-shadow: none; @@ -4499,6 +4518,7 @@ calendar.header .app-notification.frame button.titlebutton { color: #878989; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(52, 57, 57, 0.5), rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; @@ -4513,6 +4533,7 @@ calendar.header .app-notification.frame button.titlebutton { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(102, 153, 204, 0.7), rgba(102, 153, 204, 0.7)); background-clip: padding-box; box-shadow: none; @@ -4747,7 +4768,7 @@ calendar.header { } calendar.header .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } @@ -5167,7 +5188,7 @@ dialog.background.solid-csd > headerbar.titlebar { .titlebar .title, headerbar .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } |