diff options
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 96 |
1 files changed, 54 insertions, 42 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 4a05834..d79eac5 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -184,12 +184,14 @@ StScrollBar { .slider { -slider-height: 4px; - -slider-background-color: #cfd6e6; - -slider-border-color: transparent; - -slider-active-background-color: #5294E2; - -slider-active-border-color: transparent; + -slider-background-color: #cfd6e6 !important; + -slider-border-color: transparent !important; + -slider-active-background-color: #5294E2 !important; + -slider-active-border-color: transparent !important; -slider-border-width: 0; -slider-handle-radius: 4px; + -slider-handle-border-color: transparent !important; + -slider-handle-border-width: 0 !important; height: 18px; border: 0 solid transparent; border-right-width: 1px; @@ -451,7 +453,8 @@ StScrollBar { background-gradient-direction: none !important; border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; } .popup-menu .popup-submenu-menu-item:open { - background: none; + color: #5c616c !important; + background: none !important; box-shadow: none; border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; } .popup-menu .popup-menu-content { @@ -463,16 +466,18 @@ StScrollBar { .popup-menu .popup-menu-item:rtl { padding: 0.4em 0em 0.4em 3em; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #5c616c; + color: #5c616c !important; background-color: transparent; border-image: url("light-assets/menu/menu-hover.svg") 9 9 1 1; } .popup-menu .popup-menu-item:insensitive { - color: rgba(92, 97, 108, 0.5); + color: rgba(92, 97, 108, 0.5) !important; background: none; } .popup-menu .popup-inactive-menu-item { color: #5c616c; } .popup-menu .popup-inactive-menu-item:insensitive { color: rgba(92, 97, 108, 0.55); } + .popup-menu .popup-status-menu-item, .popup-menu .popup-subtitle-menu-item { + color: #5c616c !important; } .popup-menu.panel-menu { -boxpointer-gap: 0px; margin-bottom: 1.75em; } @@ -483,12 +488,13 @@ StScrollBar { width: 16px; } .popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 1px; - -arrow-border-color: transparent; - -arrow-base: 0; - -arrow-rise: 0; } + -arrow-border-radius: 2px !important; + -arrow-background-color: transparent !important; + -arrow-border-width: 1px !important; + -arrow-border-color: transparent !important; + -arrow-base: 0 !important; + -arrow-rise: 0 !important; + color: #5c616c !important; } .candidate-popup-boxpointer { -arrow-border-radius: 2px; @@ -631,7 +637,10 @@ StScrollBar { font-weight: bold; height: 2.1em; min-height: 27px; - border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } + background-color: transparent !important; + background-gradient-direction: none !important; + border-bottom: 0px !important; + border-image: url("common-assets/panel/panel.svg") 1 1 1 1 !important; } #panel.dynamic-top-bar-white-btn { border-image: none; } #panel.unlock-screen, @@ -655,10 +664,10 @@ StScrollBar { -panel-corner-background-color: transparent; -panel-corner-border-color: transparent; } #panel .panel-button { - -natural-hpadding: 10px; - -minimum-hpadding: 6px; + -natural-hpadding: 10px !important; + -minimum-hpadding: 6px !important; font-weight: bold; - color: #ffffff; + color: #ffffff !important; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -668,17 +677,17 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff; + color: #ffffff !important; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; text-shadow: 0 0 transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - color: #ffffff; + color: #ffffff !important; background: #5294E2, url("common-assets/misc/null.svg"); border-image: none; box-shadow: none; - border-bottom-width: 1px; + border-bottom-width: 1px !important; border-color: black; text-shadow: 0 0 transparent; } #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { @@ -741,29 +750,30 @@ StScrollBar { spacing: 4px; padding: 0 8px; } #appMenu .label-shadow { - color: transparent; } + color: transparent !important; } .aggregate-menu { width: 360px; } .aggregate-menu .popup-menu-icon { - padding: 0 4px; } + padding: 0 4px; + color: #5c616c !important; } .system-menu-action { padding: 13px; - color: #5c616c; + color: #5c616c !important; border-radius: 32px; /* wish we could do 50% */ - border: 1px solid transparent; } + border: 1px solid transparent !important; } .system-menu-action:hover, .system-menu-action:focus { transition-duration: 100ms; padding: 13px; - color: #5c616c; - background-color: transparent; - border: 1px solid #5294E2; } + color: #5c616c !important; + background-color: transparent !important; + border: 1px solid #5294E2 !important; } .system-menu-action:active { - color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + color: #ffffff !important; + background-color: #5294E2 !important; + border: 1px solid #5294E2 !important; } .system-menu-action > StIcon { icon-size: 16px; } @@ -776,7 +786,7 @@ StScrollBar { padding: 0.4em 1.75em 0.8em 2.5em; } .calendar-month-label { - color: #5c616c; + color: #5c616c !important; font-weight: bold; padding: 8px 0; } @@ -824,7 +834,7 @@ StScrollBar { padding: 0.4em 1.7em; font-weight: bold; text-align: center; - color: #5c616c; + color: #5c616c !important; border-radius: 4px; } .calendar-day-base { @@ -834,12 +844,14 @@ StScrollBar { height: 25px; padding: 0.1em; margin: 2px; - border-radius: 12.5px; } + border-radius: 12.5px; + color: #5c616c !important; } .calendar-day-base:hover, .calendar-day-base:focus { - background-color: rgba(0, 0, 0, 0.1); } + background-color: rgba(0, 0, 0, 0.1) !important; + color: #5c616c !important; } .calendar-day-base:active { - color: #5c616c; - background-color: rgba(0, 0, 0, 0.15); + color: #5c616c !important; + background-color: rgba(0, 0, 0, 0.15) !important; border-width: 0; } .calendar-day-base.calendar-day-heading { color: rgba(92, 97, 108, 0.85); @@ -862,7 +874,7 @@ StScrollBar { .calendar-nonwork-day { background-color: transparent; - color: #5c616c; + color: #5c616c !important; font-weight: bold; } .calendar-today, @@ -870,8 +882,8 @@ StScrollBar { .calendar-today:focus, .calendar-today:hover { font-weight: bold; - color: #ffffff; - background: #5294E2, url("common-assets/misc/null.svg"); + color: #ffffff !important; + background: #5294E2, url("common-assets/misc/null.svg") !important; border-width: 0; } .calendar-day-with-events { @@ -896,7 +908,7 @@ StScrollBar { .events-day-header { font-weight: bold; - color: rgba(92, 97, 108, 0.8); + color: rgba(92, 97, 108, 0.8) !important; padding-left: 0.4em; padding-top: 1.2em; } .events-day-header:first-child { @@ -906,14 +918,14 @@ StScrollBar { padding-right: 0.4em; } .events-day-dayname { - color: rgba(92, 97, 108, 0.5); + color: rgba(92, 97, 108, 0.5) !important; text-align: left; min-width: 20px; } .events-day-dayname:rtl { text-align: right; } .events-day-time { - color: rgba(92, 97, 108, 0.4); + color: rgba(92, 97, 108, 0.4) !important; text-align: right; } .events-day-time:rtl { text-align: left; } |