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 6cc9acc6..93b0076e 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 56cdfcc8..d4d6c500 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 1ef999e0..d28b9a48 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 ecb3522a..5eda48b4 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 ec20c5ec..e4b257b1 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 11b5bf0a..8374e2f6 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 41d0d6dc..1ba61527 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 b4ac916d..3b22982c 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 a1540136..e530c7cc 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 0068364c..3efe769d 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 bbfd86ad..dbf86cac 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 fdf6afc2..9ea272c3 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 2772d524..f1c83851 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 40cf6534..aef572f1 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 8b7af533..f7963cdb 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 73464ee2..674f4201 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 e23b0417..fdbaa5ce 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 4545ea33..ea84ed54 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 13e3858c..22963e8a 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 0604bdd8..f737bd09 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 0a0b73cd..0a07da4f 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 1cdbaef0..bff90b21 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 e682d793..5e002cc0 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 58c1cb4d..752928fa 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 1882eb8b..06131420 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 025a9d48..b1843523 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 f45d2524..ced7fa95 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 a7071cfa..390a064e 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 a0677ca2..048d07e0 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 63345cd0..66db5a68 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 ba194a28..db91e506 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 2bbfd08e..d51e4bb7 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 {