From c20d54c8886516ab9128acd41ca52fcb6e8409f1 Mon Sep 17 00:00:00 2001 From: ju1464 <jorgecabura@hotmail.com> Date: Thu, 12 Mar 2020 23:58:28 +0000 Subject: [PATCH] SC --- .../gnome-shell/gnome-shell.css | 44 ++++++++------- GTK_Gnome/Bazik_Dark_Blue/gtk-3.0/gtk.css | 55 +++++++++++++------ .../gnome-shell/gnome-shell.css | 48 ++++++++-------- GTK_Gnome/Bazik_Dark_Green/gtk-3.0/gtk.css | 55 +++++++++++++------ .../gnome-shell/gnome-shell.css | 44 ++++++++------- GTK_Gnome/Bazik_Dark_Magenta/gtk-3.0/gtk.css | 55 +++++++++++++------ .../gnome-shell/gnome-shell.css | 48 ++++++++-------- GTK_Gnome/Bazik_Dark_Orange/gtk-3.0/gtk.css | 55 +++++++++++++------ .../gnome-shell/gnome-shell.css | 44 ++++++++------- GTK_Gnome/Bazik_Dark_Red/gtk-3.0/gtk.css | 55 +++++++++++++------ .../gnome-shell/gnome-shell.css | 48 ++++++++-------- GTK_Gnome/Bazik_Dark_Yellow/gtk-3.0/gtk.css | 55 +++++++++++++------ .../gnome-shell/gnome-shell.css | 48 ++++++++-------- GTK_Gnome/Bazik_Light_Blue/gtk-3.0/gtk.css | 54 ++++++++++++------ .../gnome-shell/gnome-shell.css | 46 ++++++++-------- GTK_Gnome/Bazik_Light_Green/gtk-3.0/gtk.css | 54 ++++++++++++------ .../gnome-shell/gnome-shell.css | 48 ++++++++-------- GTK_Gnome/Bazik_Light_Magenta/gtk-3.0/gtk.css | 54 ++++++++++++------ .../gnome-shell/gnome-shell.css | 46 ++++++++-------- GTK_Gnome/Bazik_Light_Orange/gtk-3.0/gtk.css | 54 ++++++++++++------ .../gnome-shell/gnome-shell.css | 48 ++++++++-------- GTK_Gnome/Bazik_Light_Red/gtk-3.0/gtk.css | 54 ++++++++++++------ .../gnome-shell/gnome-shell.css | 46 ++++++++-------- GTK_Gnome/Bazik_Light_Yellow/gtk-3.0/gtk.css | 54 ++++++++++++------ LastUpdates | 4 +- 25 files changed, 732 insertions(+), 484 deletions(-) diff --git a/GTK_Gnome/Bazik_Dark_Blue/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Blue/gnome-shell/gnome-shell.css index 2efaa9b..0460e3b 100644 --- a/GTK_Gnome/Bazik_Dark_Blue/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Dark_Blue/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #3a44e6 !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(247, 247, 247, 0.7); background-color: transparent; border-color: transparent; @@ -94,7 +94,8 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #3a44e6; + font-weight: bold; + background-color: #2F2F2F; color: #f7f7f7; text-shadow: none; icon-shadow: none; @@ -102,8 +103,9 @@ stage { } .modal-dialog-linked-button:hover { - color: #f7f7f7; + font-weight: bold; background-color: rgba(58, 68, 230, 0.4); + color: #3A44E6; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(247, 247, 247, 0.08); + background-color: rgba(58, 68, 230, 0.4); color: #f7f7f7; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #3A44E6; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #f7f7f7; background-color: #282828; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(58, 68, 230, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #3A44E6; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(58, 68, 230, 0.8); - color: #f7f7f7; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(58, 68, 230, 0.4); + color: #3A44E6; } .notification-banner .notification-button:active { diff --git a/GTK_Gnome/Bazik_Dark_Blue/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Blue/gtk-3.0/gtk.css index ff850c8..ffa72ea 100644 --- a/GTK_Gnome/Bazik_Dark_Blue/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Dark_Blue/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(247, 247, 247, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #f7f7f7; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(247, 247, 247, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #2F2F2F; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(58, 68, 230, 0.4); + color:#ffffff; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color:rgba(255, 255, 255, 0.3); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #282828; color: #f7f7f7; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + background-color: transparent; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #3A44E6; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3673,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Dark_Green/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Green/gnome-shell/gnome-shell.css index 1a28153..08f5a51 100644 --- a/GTK_Gnome/Bazik_Dark_Green/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Dark_Green/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #45C847 !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(247, 247, 247, 0.7); background-color: transparent; border-color: transparent; @@ -94,16 +94,18 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #45C847; - color: #241f1c; + font-weight: bold; + background-color: #2F2F2F; + color: #f7f7f7; text-shadow: none; icon-shadow: none; box-shadow: 0 0 transparent; } .modal-dialog-linked-button:hover { - color: #f7f7f7; + font-weight: bold; background-color: rgba(69, 200, 71, 0.4); + color: #45C847; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(247, 247, 247, 0.08); + background-color: rgba(69, 200, 71, 0.4); color: #f7f7f7; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #45C847; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #f7f7f7; background-color: #282828; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(69, 200, 71, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #45c847; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(69, 200, 71, 0.8); - color: #241f1c; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(69, 200, 71, 0.4); + color: #45C847; } .notification-banner .notification-button:active { transition-duration: 200ms; background-color: rgba(247, 247, 247, 0.2); - color: #241f1c; + color: #f7f7f7; } .summary-source-counter { diff --git a/GTK_Gnome/Bazik_Dark_Green/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Green/gtk-3.0/gtk.css index f7ba809..6665713 100644 --- a/GTK_Gnome/Bazik_Dark_Green/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Dark_Green/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(247, 247, 247, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #f7f7f7; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(247, 247, 247, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #2F2F2F; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(69, 200, 71, 0.32); + color:#ffffff; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color:rgba(255, 255, 255, 0.3); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #282828; color: #f7f7f7; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + background-color: transparent; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #45c847; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3673,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Dark_Magenta/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Magenta/gnome-shell/gnome-shell.css index f804691..eab12a2 100644 --- a/GTK_Gnome/Bazik_Dark_Magenta/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Dark_Magenta/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #CD2CD8 !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(247, 247, 247, 0.7); background-color: transparent; border-color: transparent; @@ -94,7 +94,8 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #CD2CD8; + font-weight: bold; + background-color: #2F2F2F; color: #f7f7f7; text-shadow: none; icon-shadow: none; @@ -102,8 +103,9 @@ stage { } .modal-dialog-linked-button:hover { - color: #f7f7f7; + font-weight: bold; background-color: rgba(205, 44, 216, 0.4); + color: #CD2CD8; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(247, 247, 247, 0.08); + background-color: rgba(205, 44, 216, 0.4); color: #f7f7f7; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #CD2CD8; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #f7f7f7; background-color: #282828; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(205, 44, 216, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #cd2cd8; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(205, 44, 216, 0.8); - color: #f7f7f7; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(205, 44, 216, 0.4); + color: #CD2CD8; } .notification-banner .notification-button:active { diff --git a/GTK_Gnome/Bazik_Dark_Magenta/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Magenta/gtk-3.0/gtk.css index c1819d9..7211389 100644 --- a/GTK_Gnome/Bazik_Dark_Magenta/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Dark_Magenta/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(247, 247, 247, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #f7f7f7; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(247, 247, 247, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #2F2F2F; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(205, 44, 216, 0.32); + color:#ffffff; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color:rgba(255, 255, 255, 0.3); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #282828; color: #f7f7f7; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + background-color: transparent; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #cd2cd8; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3673,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Dark_Orange/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Orange/gnome-shell/gnome-shell.css index e62190c..3c6cc04 100644 --- a/GTK_Gnome/Bazik_Dark_Orange/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Dark_Orange/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #E6823A !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(247, 247, 247, 0.7); background-color: transparent; border-color: transparent; @@ -94,16 +94,18 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #E6823A; - color: #241f1c; + font-weight: bold; + background-color: #2F2F2F; + color: #f7f7f7; text-shadow: none; icon-shadow: none; box-shadow: 0 0 transparent; } .modal-dialog-linked-button:hover { - color: #f7f7f7; + font-weight: bold; background-color: rgba(230, 130, 58, 0.4); + color: #E6823A; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(247, 247, 247, 0.08); + background-color: rgba(230, 130, 58, 0.4); color: #f7f7f7; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #e6823a; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #f7f7f7; background-color: #282828; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(230, 130, 58, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #e6823a; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(230, 130, 58, 0.8); - color: #241f1c; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(230, 130, 58, 0.4); + color: #E6823A; } .notification-banner .notification-button:active { transition-duration: 200ms; background-color: rgba(247, 247, 247, 0.2); - color: #241f1c; + color: #f7f7f7; } .summary-source-counter { diff --git a/GTK_Gnome/Bazik_Dark_Orange/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Orange/gtk-3.0/gtk.css index 6737d6b..b426a7f 100644 --- a/GTK_Gnome/Bazik_Dark_Orange/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Dark_Orange/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(247, 247, 247, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #f7f7f7; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(247, 247, 247, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #2F2F2F; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(230, 130, 58, 0.32); + color:#ffffff; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color:rgba(255, 255, 255, 0.3); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #282828; color: #f7f7f7; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + background-color: transparent; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #e6823a; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3673,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Dark_Red/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Red/gnome-shell/gnome-shell.css index 6cace34..925cf96 100644 --- a/GTK_Gnome/Bazik_Dark_Red/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Dark_Red/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #E63D3A !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(247, 247, 247, 0.7); background-color: transparent; border-color: transparent; @@ -94,7 +94,8 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #E63D3A; + font-weight: bold; + background-color: #2F2F2F; color: #f7f7f7; text-shadow: none; icon-shadow: none; @@ -102,8 +103,9 @@ stage { } .modal-dialog-linked-button:hover { - color: #f7f7f7; + font-weight: bold; background-color: rgba(230, 61, 58, 0.4); + color: #E63D3A; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(247, 247, 247, 0.08); + background-color: rgba(230, 61, 58, 0.4); color: #f7f7f7; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #E63D3A; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #f7f7f7; background-color: #282828; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(230, 61, 58, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #e63d3a; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(230, 61, 58, 0.8); - color: #f7f7f7; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(230, 61, 58, 0.4); + color: #E63D3A; } .notification-banner .notification-button:active { diff --git a/GTK_Gnome/Bazik_Dark_Red/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Red/gtk-3.0/gtk.css index b9ae439..557d66b 100644 --- a/GTK_Gnome/Bazik_Dark_Red/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Dark_Red/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(247, 247, 247, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #f7f7f7; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(247, 247, 247, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #2F2F2F; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(230, 61, 58, 0.32); + color:#ffffff; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color:rgba(255, 255, 255, 0.3); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #282828; color: #f7f7f7; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + background-color: transparent; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #e63d3a; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3673,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Dark_Yellow/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Yellow/gnome-shell/gnome-shell.css index 893eba5..7c78f8a 100644 --- a/GTK_Gnome/Bazik_Dark_Yellow/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Dark_Yellow/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #E9E71B !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(247, 247, 247, 0.7); background-color: transparent; border-color: transparent; @@ -94,16 +94,18 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #E9E71B; - color: #241f1c; + font-weight: bold; + background-color: #2F2F2F; + color: #f7f7f7; text-shadow: none; icon-shadow: none; box-shadow: 0 0 transparent; } .modal-dialog-linked-button:hover { - color: #241f1c; + font-weight: bold; background-color: rgba(233, 231, 27, 0.4); + color: #E9E71B; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(247, 247, 247, 0.08); + background-color: rgba(233, 231, 27, 0.4); color: #f7f7f7; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #E9E71B; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #f7f7f7; background-color: #282828; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(233, 231, 27, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #e9e71b; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #f7f7f7; background-color: #282828; border: none; @@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(233, 231, 27, 0.8); - color: #241f1c; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(233, 231, 27, 0.4); + color: #E9E71B; } .notification-banner .notification-button:active { transition-duration: 200ms; background-color: rgba(247, 247, 247, 0.2); - color: #241f1c; + color: #f7f7f7; } .summary-source-counter { diff --git a/GTK_Gnome/Bazik_Dark_Yellow/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Yellow/gtk-3.0/gtk.css index f8de0c5..ca23f57 100644 --- a/GTK_Gnome/Bazik_Dark_Yellow/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Dark_Yellow/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(247, 247, 247, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #f7f7f7; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(247, 247, 247, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #2F2F2F; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(233, 231, 27, 0.32); + color:#ffffff; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color:rgba(255, 255, 255, 0.3); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #282828; color: #f7f7f7; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + background-color: transparent; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #e9e71b; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3673,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Light_Blue/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Blue/gnome-shell/gnome-shell.css index 4b66ce4..3b6345d 100644 --- a/GTK_Gnome/Bazik_Light_Blue/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Light_Blue/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #3a44e6 !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(36, 31, 28, 0.7); background-color: transparent; border-color: transparent; @@ -94,16 +94,18 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #3a44e6; - color: #f7f7f7; + font-weight: bold; + background-color: #F6F6F6; + color: #1c1c1c; text-shadow: none; icon-shadow: none; box-shadow: 0 0 transparent; } .modal-dialog-linked-button:hover { - color: #241f1c; + font-weight: bold; background-color: rgba(58, 68, 230, 0.4); + color: #3A44E6; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(36, 31, 28, 0.08); + background-color: rgba(58, 68, 230, 0.4); color: #241f1c; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #3A44E6; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #241f1c; background-color: #ffffff; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(58, 68, 230, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #3A44E6; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(58, 68, 230, 0.8); - color: #f7f7f7; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(58, 68, 230, 0.4); + color: #3A44E6; } .notification-banner .notification-button:active { transition-duration: 200ms; background-color: rgba(36, 31, 28, 0.2); - color: #f7f7f7; + color: #241f1c; } .summary-source-counter { diff --git a/GTK_Gnome/Bazik_Light_Blue/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Blue/gtk-3.0/gtk.css index 8f018a7..c8cba83 100644 --- a/GTK_Gnome/Bazik_Light_Blue/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Light_Blue/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(36, 31, 28, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #241f1c; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(36, 31, 28, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #F6F6F6; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(58, 68, 230, 0.4); + color:#1a1a1a; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color: rgba(36, 31, 28, 0.5); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); background-color: #ffffff; color: #241f1c; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #3A44E6; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3672,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Light_Green/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Green/gnome-shell/gnome-shell.css index dc29242..890e580 100644 --- a/GTK_Gnome/Bazik_Light_Green/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Light_Green/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #45C847 !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(36, 31, 28, 0.7); background-color: transparent; border-color: transparent; @@ -94,16 +94,18 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #45C847; - color: #241f1c; + font-weight: bold; + background-color: #F6F6F6; + color: #1c1c1c; text-shadow: none; icon-shadow: none; box-shadow: 0 0 transparent; } .modal-dialog-linked-button:hover { - color: #241f1c; + font-weight: bold; background-color: rgba(69, 200, 71, 0.4); + color: #45C847; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(36, 31, 28, 0.08); + background-color: rgba(69, 200, 71, 0.4); color: #241f1c; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #45C847; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #241f1c; background-color: #ffffff; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(69, 200, 71, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #45c847; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(69, 200, 71, 0.8); - color: #241f1c; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(69, 200, 71, 0.4); + color: #45C847; } .notification-banner .notification-button:active { diff --git a/GTK_Gnome/Bazik_Light_Green/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Green/gtk-3.0/gtk.css index 9b28576..6d1755f 100644 --- a/GTK_Gnome/Bazik_Light_Green/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Light_Green/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(36, 31, 28, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #241f1c; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(36, 31, 28, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #F6F6F6; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(69, 200, 71, 0.32); + color:#1a1a1a; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color: rgba(36, 31, 28, 0.5); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); background-color: #ffffff; color: #241f1c; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #45c847; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3672,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Light_Magenta/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Magenta/gnome-shell/gnome-shell.css index 1c69c85..96cf882 100644 --- a/GTK_Gnome/Bazik_Light_Magenta/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Light_Magenta/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #CD2CD8 !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(36, 31, 28, 0.7); background-color: transparent; border-color: transparent; @@ -94,16 +94,18 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #CD2CD8; - color: #f7f7f7; + font-weight: bold; + background-color: #F6F6F6; + color: #1c1c1c; text-shadow: none; icon-shadow: none; box-shadow: 0 0 transparent; } .modal-dialog-linked-button:hover { - color: #241f1c; + font-weight: bold; background-color: rgba(205, 44, 216, 0.4); + color: #CD2CD8; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(36, 31, 28, 0.08); + background-color: rgba(205, 44, 216, 0.4); color: #241f1c; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #CD2CD8; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #241f1c; background-color: #ffffff; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(205, 44, 216, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #cd2cd8; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(205, 44, 216, 0.8); - color: #f7f7f7; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(205, 44, 216, 0.4); + color: #CD2CD8; } .notification-banner .notification-button:active { transition-duration: 200ms; background-color: rgba(36, 31, 28, 0.2); - color: #f7f7f7; + color: #241f1c; } .summary-source-counter { diff --git a/GTK_Gnome/Bazik_Light_Magenta/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Magenta/gtk-3.0/gtk.css index 5c6c03f..9ca7043 100644 --- a/GTK_Gnome/Bazik_Light_Magenta/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Light_Magenta/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(36, 31, 28, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #241f1c; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(36, 31, 28, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #F6F6F6; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(205, 44, 216, 0.32); + color:#1a1a1a; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color: rgba(36, 31, 28, 0.5); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); background-color: #ffffff; color: #241f1c; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #cd2cd8; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3672,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Light_Orange/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Orange/gnome-shell/gnome-shell.css index b72f6b6..a329913 100644 --- a/GTK_Gnome/Bazik_Light_Orange/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Light_Orange/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #E6823A !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(36, 31, 28, 0.7); background-color: transparent; border-color: transparent; @@ -94,16 +94,18 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #E6823A; - color: #241f1c; + font-weight: bold; + background-color: #F6F6F6; + color: #1c1c1c; text-shadow: none; icon-shadow: none; box-shadow: 0 0 transparent; } .modal-dialog-linked-button:hover { - color: #241f1c; + font-weight: bold; background-color: rgba(230, 130, 58, 0.4); + color: #E6823A; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(36, 31, 28, 0.08); + background-color: rgba(230, 130, 58, 0.4); color: #241f1c; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #e6823a; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #241f1c; background-color: #ffffff; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(230, 130, 58, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #e6823a; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(230, 130, 58, 0.8); - color: #241f1c; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(230, 130, 58, 0.4); + color: #E6823A; } .notification-banner .notification-button:active { diff --git a/GTK_Gnome/Bazik_Light_Orange/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Orange/gtk-3.0/gtk.css index b0121e1..0228d63 100644 --- a/GTK_Gnome/Bazik_Light_Orange/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Light_Orange/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(36, 31, 28, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #241f1c; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(36, 31, 28, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #F6F6F6; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(230, 130, 58, 0.32); + color:#1a1a1a; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color: rgba(36, 31, 28, 0.5); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); background-color: #ffffff; color: #241f1c; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #e6823a; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3672,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Light_Red/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Red/gnome-shell/gnome-shell.css index 4728d88..e387507 100644 --- a/GTK_Gnome/Bazik_Light_Red/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Light_Red/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #E63D3A !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(36, 31, 28, 0.7); background-color: transparent; border-color: transparent; @@ -94,16 +94,18 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #E63D3A; - color: #f7f7f7; + font-weight: bold; + background-color: #F6F6F6; + color: #1c1c1c; text-shadow: none; icon-shadow: none; box-shadow: 0 0 transparent; } .modal-dialog-linked-button:hover { - color: #241f1c; + font-weight: bold; background-color: rgba(230, 61, 58, 0.4); + color: #E63D3A; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(36, 31, 28, 0.08); + background-color: rgba(230, 61, 58, 0.4); color: #241f1c; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #E63D3A; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #241f1c; background-color: #ffffff; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(230, 61, 58, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #e63d3a; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(230, 61, 58, 0.8); - color: #f7f7f7; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(230, 61, 58, 0.4); + color: #E63D3A; } .notification-banner .notification-button:active { transition-duration: 200ms; background-color: rgba(36, 31, 28, 0.2); - color: #f7f7f7; + color: #241f1c; } .summary-source-counter { diff --git a/GTK_Gnome/Bazik_Light_Red/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Red/gtk-3.0/gtk.css index 8a1ef13..9df57fd 100644 --- a/GTK_Gnome/Bazik_Light_Red/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Light_Red/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(36, 31, 28, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #241f1c; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(36, 31, 28, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #F6F6F6; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(230, 61, 58, 0.32); + color:#1a1a1a; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color: rgba(36, 31, 28, 0.5); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); background-color: #ffffff; color: #241f1c; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #e63d3a; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3672,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/GTK_Gnome/Bazik_Light_Yellow/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Yellow/gnome-shell/gnome-shell.css index dd32cee..5994ab0 100644 --- a/GTK_Gnome/Bazik_Light_Yellow/gnome-shell/gnome-shell.css +++ b/GTK_Gnome/Bazik_Light_Yellow/gnome-shell/gnome-shell.css @@ -81,10 +81,10 @@ stage { .modal-dialog-linked-button { min-height: 36px; padding: 0 8px; - border-top: 1px solid #E9E71B !important; + border-top: 1px solid transparent !important; border-right-width: 0; font-size: 10.5pt; - font-weight: 500; + font-weight: bold; color: rgba(36, 31, 28, 0.7); background-color: transparent; border-color: transparent; @@ -94,16 +94,18 @@ stage { } .modal-dialog-linked-button:focus { - background-color: #E9E71B; - color: #241f1c; + font-weight: bold; + background-color: #F6F6F6; + color: #1c1c1c; text-shadow: none; icon-shadow: none; box-shadow: 0 0 transparent; } .modal-dialog-linked-button:hover { - color: #241f1c; + font-weight: bold; background-color: rgba(233, 231, 27, 0.4); + color: #E9E71B; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; @@ -130,17 +132,17 @@ stage { } .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 5px; + border-radius: 0px 0px 0px 20px; } .modal-dialog-linked-button:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 0px; + border-radius: 0px 0px 20px 0px; } .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } /* Entries */ @@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(36, 31, 28, 0.08); + background-color: rgba(233, 231, 27, 0.4); color: #241f1c; border: none; padding: 16px; @@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .window-clone-border { border: #E9E71B; - border-radius: 5px; + border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } @@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .dash-label { - border-radius: 5px; + border-radius: 20px; padding: 7px 8px; color: #241f1c; background-color: #ffffff; @@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator .page-indicator-icon { width: 14px; height: 14px; - border-radius: 14px; border: none; background-image: none; background-color: white; @@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .page-indicator:hover .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(233, 231, 27, 0.4); } .page-indicator:active .page-indicator-icon { background-image: none; - background-color: rgba(255, 255, 255, 0.7); + background-color: #e9e71b; } .page-indicator:checked .page-indicator-icon { @@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 1em; width: 34em; min-height: 64px; - border-radius: 5px; + border-radius: 20px; color: #241f1c; background-color: #ffffff; border: none; @@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-banner .notification-button:first-child { - border-radius: 0 0 0 5px; + border-radius: 0 0 0 20px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 5px 0; + border-radius: 0 0 20px 0; } .notification-banner .notification-button:first-child:last-child { - border-radius: 0px 0px 5px 5px; + border-radius: 0px 0px 20px 20px; } -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(233, 231, 27, 0.8); - color: #241f1c; +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus { + font-weight: bold; + background-color: rgba(233, 231, 27, 0.4); + color: #E9E71B; } .notification-banner .notification-button:active { diff --git a/GTK_Gnome/Bazik_Light_Yellow/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Yellow/gtk-3.0/gtk.css index 7263309..1ca057f 100644 --- a/GTK_Gnome/Bazik_Light_Yellow/gtk-3.0/gtk.css +++ b/GTK_Gnome/Bazik_Light_Yellow/gtk-3.0/gtk.css @@ -525,9 +525,9 @@ button.flat { } modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, +notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, button.flat:hover { box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); @@ -535,9 +535,9 @@ button.flat:hover { } modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, +notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, button.flat:active { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; @@ -549,9 +549,9 @@ button.flat:active { } modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, +notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, button.flat:disabled { box-shadow: none; @@ -559,14 +559,14 @@ button.flat:disabled { color: rgba(36, 31, 28, 0.3); } -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, button.flat:checked { background-color: alpha(currentColor, 0.24); color: #241f1c; } -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, button.flat:checked:disabled { background-color: rgba(36, 31, 28, 0.12); @@ -1922,9 +1922,22 @@ popover.background toolbar { popover.background.menu button, popover.background button.model { + background-color: #F6F6F6; min-height: 32px; padding: 0 8px; - border-radius: 5px; + border-radius: 0px; +} + +popover.background.menu button:hover, +popover.background button.model:hover { + background-color: rgba(233, 231, 27, 0.32); + color:#1a1a1a; +} + +popover.background.menu button:disabled, +popover.background button.model:disabled { + background-color: transparent; + color: rgba(36, 31, 28, 0.5); } popover.background separator { @@ -3211,8 +3224,8 @@ messagedialog .titlebar { box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); background-color: #ffffff; color: #241f1c; - border-top-left-radius: 7px; - border-top-right-radius: 7px; + border-top-left-radius: 20px; + border-top-right-radius: 20px; } messagedialog .titlebar:backdrop { @@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } messagedialog.csd .dialog-action-area { @@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area { } messagedialog.csd .dialog-action-area button { - border-radius: 5px; + border-radius: 20px; +} + +messagedialog.csd .dialog-action-area button:hover { + background-color: transparent; + color: #e9e71b; } messagedialog.csd .dialog-action-area button:not(:last-child) { @@ -3654,7 +3672,7 @@ tooltip.csd decoration { } messagedialog.csd decoration { - border-radius: 5px; + border-radius: 20px; } .solid-csd decoration { diff --git a/LastUpdates b/LastUpdates index cc9ed13..ed097fb 100644 --- a/LastUpdates +++ b/LastUpdates @@ -1,3 +1,5 @@ -Solid color on xfce4 panel. --Fixed GTK3 tooltips border radius. +-Fixed tooltips border radius. -Some changes to some buttons. +-Changed some windows border radius. +-Colored GS Page-indicator -- GitLab