From 63b6324329ffeaa511dce3904a8301e24ec9cf3c Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 4 Apr 2021 21:14:46 +0800 Subject: [PATCH] update --- src/main/gtk-3.0/gtk-dark-blue.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-green.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-grey.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-orange.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-pink.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-purple.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-red.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-solid-blue.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-solid-green.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-solid-grey.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-solid-orange.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-solid-pink.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-solid-purple.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-solid-red.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-solid-yellow.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-dark-yellow.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-blue.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-green.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-grey.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-orange.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-pink.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-purple.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-red.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-solid-blue.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-solid-green.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-solid-grey.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-solid-orange.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-solid-pink.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-solid-purple.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-solid-red.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-solid-yellow.css | 24 +++++++++++++++++++++ src/main/gtk-3.0/gtk-light-yellow.css | 24 +++++++++++++++++++++ 32 files changed, 768 insertions(+) diff --git a/src/main/gtk-3.0/gtk-dark-blue.css b/src/main/gtk-3.0/gtk-dark-blue.css index 6cc9acc..93b0076 100644 --- a/src/main/gtk-3.0/gtk-dark-blue.css +++ b/src/main/gtk-3.0/gtk-dark-blue.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5164,6 +5171,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6367,6 +6382,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6377,6 +6396,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-green.css b/src/main/gtk-3.0/gtk-dark-green.css index 56cdfcc..d4d6c50 100644 --- a/src/main/gtk-3.0/gtk-dark-green.css +++ b/src/main/gtk-3.0/gtk-dark-green.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5164,6 +5171,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6367,6 +6382,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6377,6 +6396,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-grey.css b/src/main/gtk-3.0/gtk-dark-grey.css index 1ef999e..d28b9a4 100644 --- a/src/main/gtk-3.0/gtk-dark-grey.css +++ b/src/main/gtk-3.0/gtk-dark-grey.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5164,6 +5171,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6367,6 +6382,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6377,6 +6396,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-orange.css b/src/main/gtk-3.0/gtk-dark-orange.css index ecb3522..5eda48b 100644 --- a/src/main/gtk-3.0/gtk-dark-orange.css +++ b/src/main/gtk-3.0/gtk-dark-orange.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5164,6 +5171,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6367,6 +6382,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6377,6 +6396,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-pink.css b/src/main/gtk-3.0/gtk-dark-pink.css index ec20c5e..e4b257b 100644 --- a/src/main/gtk-3.0/gtk-dark-pink.css +++ b/src/main/gtk-3.0/gtk-dark-pink.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5164,6 +5171,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6367,6 +6382,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6377,6 +6396,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-purple.css b/src/main/gtk-3.0/gtk-dark-purple.css index 11b5bf0..8374e2f 100644 --- a/src/main/gtk-3.0/gtk-dark-purple.css +++ b/src/main/gtk-3.0/gtk-dark-purple.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5164,6 +5171,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6367,6 +6382,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6377,6 +6396,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-red.css b/src/main/gtk-3.0/gtk-dark-red.css index 41d0d6d..1ba6152 100644 --- a/src/main/gtk-3.0/gtk-dark-red.css +++ b/src/main/gtk-3.0/gtk-dark-red.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5164,6 +5171,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6367,6 +6382,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6377,6 +6396,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-solid-blue.css b/src/main/gtk-3.0/gtk-dark-solid-blue.css index b4ac916..3b22982 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-blue.css +++ b/src/main/gtk-3.0/gtk-dark-solid-blue.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5169,6 +5176,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6372,6 +6387,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6382,6 +6401,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-solid-green.css b/src/main/gtk-3.0/gtk-dark-solid-green.css index a154013..e530c7c 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-green.css +++ b/src/main/gtk-3.0/gtk-dark-solid-green.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5169,6 +5176,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6372,6 +6387,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6382,6 +6401,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-solid-grey.css b/src/main/gtk-3.0/gtk-dark-solid-grey.css index 0068364..3efe769 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-grey.css +++ b/src/main/gtk-3.0/gtk-dark-solid-grey.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5169,6 +5176,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6372,6 +6387,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6382,6 +6401,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-solid-orange.css b/src/main/gtk-3.0/gtk-dark-solid-orange.css index bbfd86a..dbf86ca 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-orange.css +++ b/src/main/gtk-3.0/gtk-dark-solid-orange.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5169,6 +5176,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6372,6 +6387,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6382,6 +6401,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-solid-pink.css b/src/main/gtk-3.0/gtk-dark-solid-pink.css index fdf6afc..9ea272c 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-pink.css +++ b/src/main/gtk-3.0/gtk-dark-solid-pink.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5169,6 +5176,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6372,6 +6387,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6382,6 +6401,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-solid-purple.css b/src/main/gtk-3.0/gtk-dark-solid-purple.css index 2772d52..f1c8385 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-purple.css +++ b/src/main/gtk-3.0/gtk-dark-solid-purple.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5169,6 +5176,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6372,6 +6387,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6382,6 +6401,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-solid-red.css b/src/main/gtk-3.0/gtk-dark-solid-red.css index 40cf653..aef572f 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-red.css +++ b/src/main/gtk-3.0/gtk-dark-solid-red.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5169,6 +5176,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6372,6 +6387,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6382,6 +6401,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-solid-yellow.css b/src/main/gtk-3.0/gtk-dark-solid-yellow.css index 8b7af53..f7963cd 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-yellow.css +++ b/src/main/gtk-3.0/gtk-dark-solid-yellow.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5169,6 +5176,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6372,6 +6387,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6382,6 +6401,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-dark-yellow.css b/src/main/gtk-3.0/gtk-dark-yellow.css index 73464ee..674f420 100644 --- a/src/main/gtk-3.0/gtk-dark-yellow.css +++ b/src/main/gtk-3.0/gtk-dark-yellow.css @@ -1938,6 +1938,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #FDFDFD; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #FDFDFD; @@ -2438,6 +2444,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5164,6 +5171,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6367,6 +6382,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #373737; +} + tabbox { background-color: #1e1e1e; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); @@ -6377,6 +6396,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbox > tab:checked { + border-top-color: #373737; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-blue.css b/src/main/gtk-3.0/gtk-light-blue.css index e23b041..fdbaa5c 100644 --- a/src/main/gtk-3.0/gtk-light-blue.css +++ b/src/main/gtk-3.0/gtk-light-blue.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5186,6 +5193,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6390,6 +6405,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6400,6 +6419,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-green.css b/src/main/gtk-3.0/gtk-light-green.css index 4545ea3..ea84ed5 100644 --- a/src/main/gtk-3.0/gtk-light-green.css +++ b/src/main/gtk-3.0/gtk-light-green.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5186,6 +5193,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6390,6 +6405,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6400,6 +6419,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-grey.css b/src/main/gtk-3.0/gtk-light-grey.css index 13e3858..22963e8 100644 --- a/src/main/gtk-3.0/gtk-light-grey.css +++ b/src/main/gtk-3.0/gtk-light-grey.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5186,6 +5193,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6390,6 +6405,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6400,6 +6419,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-orange.css b/src/main/gtk-3.0/gtk-light-orange.css index 0604bdd..f737bd0 100644 --- a/src/main/gtk-3.0/gtk-light-orange.css +++ b/src/main/gtk-3.0/gtk-light-orange.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5186,6 +5193,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6390,6 +6405,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6400,6 +6419,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-pink.css b/src/main/gtk-3.0/gtk-light-pink.css index 0a0b73c..0a07da4 100644 --- a/src/main/gtk-3.0/gtk-light-pink.css +++ b/src/main/gtk-3.0/gtk-light-pink.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5186,6 +5193,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6390,6 +6405,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6400,6 +6419,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-purple.css b/src/main/gtk-3.0/gtk-light-purple.css index 1cdbaef..bff90b2 100644 --- a/src/main/gtk-3.0/gtk-light-purple.css +++ b/src/main/gtk-3.0/gtk-light-purple.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5186,6 +5193,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6390,6 +6405,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6400,6 +6419,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-red.css b/src/main/gtk-3.0/gtk-light-red.css index e682d79..5e002cc 100644 --- a/src/main/gtk-3.0/gtk-light-red.css +++ b/src/main/gtk-3.0/gtk-light-red.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5186,6 +5193,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6390,6 +6405,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6400,6 +6419,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-solid-blue.css b/src/main/gtk-3.0/gtk-light-solid-blue.css index 58c1cb4..752928f 100644 --- a/src/main/gtk-3.0/gtk-light-solid-blue.css +++ b/src/main/gtk-3.0/gtk-light-solid-blue.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5191,6 +5198,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6395,6 +6410,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6405,6 +6424,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-solid-green.css b/src/main/gtk-3.0/gtk-light-solid-green.css index 1882eb8..0613142 100644 --- a/src/main/gtk-3.0/gtk-light-solid-green.css +++ b/src/main/gtk-3.0/gtk-light-solid-green.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5191,6 +5198,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6395,6 +6410,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6405,6 +6424,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-solid-grey.css b/src/main/gtk-3.0/gtk-light-solid-grey.css index 025a9d4..b184352 100644 --- a/src/main/gtk-3.0/gtk-light-solid-grey.css +++ b/src/main/gtk-3.0/gtk-light-solid-grey.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5191,6 +5198,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6395,6 +6410,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6405,6 +6424,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-solid-orange.css b/src/main/gtk-3.0/gtk-light-solid-orange.css index f45d252..ced7fa9 100644 --- a/src/main/gtk-3.0/gtk-light-solid-orange.css +++ b/src/main/gtk-3.0/gtk-light-solid-orange.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5191,6 +5198,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6395,6 +6410,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6405,6 +6424,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-solid-pink.css b/src/main/gtk-3.0/gtk-light-solid-pink.css index a7071cf..390a064 100644 --- a/src/main/gtk-3.0/gtk-light-solid-pink.css +++ b/src/main/gtk-3.0/gtk-light-solid-pink.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5191,6 +5198,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6395,6 +6410,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6405,6 +6424,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-solid-purple.css b/src/main/gtk-3.0/gtk-light-solid-purple.css index a0677ca..048d07e 100644 --- a/src/main/gtk-3.0/gtk-light-solid-purple.css +++ b/src/main/gtk-3.0/gtk-light-solid-purple.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5191,6 +5198,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6395,6 +6410,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6405,6 +6424,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-solid-red.css b/src/main/gtk-3.0/gtk-light-solid-red.css index 63345cd..66db5a6 100644 --- a/src/main/gtk-3.0/gtk-light-solid-red.css +++ b/src/main/gtk-3.0/gtk-light-solid-red.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5191,6 +5198,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6395,6 +6410,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6405,6 +6424,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-solid-yellow.css b/src/main/gtk-3.0/gtk-light-solid-yellow.css index ba194a2..db91e50 100644 --- a/src/main/gtk-3.0/gtk-light-solid-yellow.css +++ b/src/main/gtk-3.0/gtk-light-solid-yellow.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5191,6 +5198,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6395,6 +6410,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6405,6 +6424,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button { diff --git a/src/main/gtk-3.0/gtk-light-yellow.css b/src/main/gtk-3.0/gtk-light-yellow.css index 2bbfd08..d51e4bb 100644 --- a/src/main/gtk-3.0/gtk-light-yellow.css +++ b/src/main/gtk-3.0/gtk-light-yellow.css @@ -1946,6 +1946,12 @@ window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar transition-duration: 300ms; } +window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, +window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { + color: #575757; +} + window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked { color: #575757; @@ -2446,6 +2452,7 @@ popover.background > scrolledwindow > viewport > list { popover > scrolledwindow > viewport > list row, popover.background > scrolledwindow > viewport > list row { + padding: 6px 12px; border-radius: 6px; } @@ -5186,6 +5193,14 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border: none; } +preferencesgroup list list { + margin: 0 0; + padding: 0 0; + box-shadow: none; + background: none; + border: none; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -6390,6 +6405,10 @@ notebook.main-notebook webkitwebview { border-radius: 0 0 12px 12px; } +window.background.csd > deck > deck > fullscreenbox > flap > box > windowhandle > headerbar.titlebar { + border-color: #ffffff; +} + tabbox { background-color: #e6e6e6; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); @@ -6400,6 +6419,11 @@ tabbox > tab { padding: 2px 10px; min-width: 24px; min-height: 24px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +tabbox > tab:checked { + border-top-color: #ffffff; } tabbox > tab button {