From c6048e47d0f653b743d09b3f812cedb8112609ea Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 2 Mar 2016 13:28:11 +0100 Subject: cleanup --- common/gtk-3.0/3.20/gtk-solid-dark.css | 45 +++++++++++++++------------------- 1 file changed, 20 insertions(+), 25 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css') diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 20fb194..f2adfdd 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -59,6 +59,9 @@ textview text { color: rgba(255, 255, 255, 0.65); text-shadow: none; } +textview { + background-color: #3c414e; } + iconview { color: #D3DAE3; background-color: #404552; } @@ -105,12 +108,9 @@ assistant .sidebar label.highlight { background-color: #5294E2; color: #ffffff; } -textview { - background-color: #3c414e; } - -popover.osd, popover.magnifier, +popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier, popover.background.osd, -popover.background.magnifier, .osd { +popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd { color: #BAC3CF; border: none; background-color: #353945; @@ -429,17 +429,11 @@ button { padding-left: 16px; padding-right: 16px; } button.text-button.image-button { - padding-left: 0; - padding-right: 0; } - button.text-button.image-button label:first-child { - padding-left: 12px; - padding-right: 0; } - button.text-button.image-button label:last-child { - padding-left: 0; - padding-right: 12px; } - button.text-button.image-button image { - padding-left: 6px; - padding-right: 6px; } + padding-left: 8px; + padding-right: 8px; } + button.text-button.image-button label { + padding-left: 8px; + padding-right: 8px; } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -1307,7 +1301,8 @@ treeview.view { treeview.view:disabled:selected { color: #97bfee; } treeview.view.separator { - min-height: 2px; } + min-height: 2px; + color: rgba(0, 0, 0, 0.1); } treeview.view.dnd { border-style: solid none; border-width: 1px; @@ -1423,8 +1418,9 @@ menu, background-color: #383C4A; } menu menuitem, .menu menuitem { - padding: 4px; + min-height: 16px; min-width: 40px; + padding: 4px; border: solid transparent; border-width: 1px 0 1px 0; } menu menuitem:hover, @@ -2208,9 +2204,8 @@ separator, .sidebar separator, .sidebar .view separator { list { background-color: #404552; border-color: #2b2e39; } - -row { - padding: 2px; } + list row { + padding: 2px; } row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(255, 255, 255, 0.03); } @@ -2230,9 +2225,9 @@ row.activatable:selected:disabled { row.activatable:selected:disabled label { color: inherit; } -row, row.activatable { +row { transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - row:hover, row.activatable:hover { + row:hover { transition: none; } .app-notification { @@ -2579,8 +2574,8 @@ button.color { border-color: #2b2e39; background-color: #505666; } -.context-menu, popover.touch-selection, -popover.background.touch-selection { +.context-menu, popover.touch-selection, .csd popover.touch-selection, +popover.background.touch-selection, .csd popover.background.touch-selection { font: initial; } .monospace { -- cgit v1.2.3