diff --git a/gnome-shell/_drawing.scss b/gnome-shell/_drawing.scss index 382027d..a84add2 100755 --- a/gnome-shell/_drawing.scss +++ b/gnome-shell/_drawing.scss @@ -223,7 +223,7 @@ } @mixin gradient($c1: $g1, $c2: $g2, $dir: horizontal) { - background-gradient-start: $c1; - background-gradient-end: $c2; - background-gradient-direction: $dir; + background-gradient-start: $c1 !important; + background-gradient-end: $c2 !important; + background-gradient-direction: $dir; } \ No newline at end of file diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index aae8242..55d5633 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -269,8 +269,8 @@ StScrollBar { spacing: 42px; border: none; } .end-session-dialog .modal-dialog-linked-button:last-child { - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; color: #fff; } .end-session-dialog .modal-dialog-linked-button:last-child:hover, .end-session-dialog .modal-dialog-linked-button:last-child:focus { @@ -517,8 +517,8 @@ StScrollBar { padding-right: 0; padding-left: 1.75em; } .popup-menu .popup-menu-item:checked { - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; color: #ffffff; box-shadow: inset 0 1px 0px #131727; @@ -759,8 +759,8 @@ StScrollBar { transition-duration: 200ms; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { box-shadow: none; - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; color: #ffffff; text-shadow: 0px 0px 2px rgba(92, 92, 92, 0.9); @@ -940,8 +940,8 @@ StScrollBar { .calendar-day-base:active, .calendar-day-base:selected { color: #ffffff; background-color: #ff6a00; - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; border-color: black; } .calendar-day-base.calendar-day-heading { @@ -1411,8 +1411,8 @@ StScrollBar { .app-view-control { padding: 4px 32px; } .app-view-control:checked { - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; color: #fff; } .app-view-control:hover { diff --git a/gnome-shell/v40/_common.scss b/gnome-shell/v40/_common.scss index 4d0445b..c0e7cf9 100644 --- a/gnome-shell/v40/_common.scss +++ b/gnome-shell/v40/_common.scss @@ -524,9 +524,16 @@ StScrollBar { } .popup-menu-content { padding: 15px 0; } + .popup-menu-content { + background: darken($bg_color, 1%); + border: none; + border-radius: 7px; + padding: 15px 0; + } .popup-menu-item { spacing: 5px; padding: 5px; + border-radius: 0px; &:ltr { padding-right: 1.75em; padding-left: 0; } &:rtl { padding-right: 0; padding-left: 1.75em; } @@ -542,8 +549,8 @@ StScrollBar { color: $selected_fg_color; } } - &.selected { background-color: transparentize($fg_color,0.9); color: $fg_color; } - &:active { background-color: $selected_bg_color; color: $selected_fg_color; } + &.selected { background-color: transparentize($fg_color,0.9) !important; color: $fg_color; } + &:active { background-color: $selected_bg_color !important; color: $selected_fg_color; } &:insensitive { color: transparentize($fg_color,.5); } } diff --git a/gnome-shell/v40/gnome-shell.css b/gnome-shell/v40/gnome-shell.css index f46ddcd..a3f9bb5 100644 --- a/gnome-shell/v40/gnome-shell.css +++ b/gnome-shell/v40/gnome-shell.css @@ -270,8 +270,8 @@ StScrollBar { spacing: 42px; border: none; } .end-session-dialog .modal-dialog-linked-button:last-child { - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; color: #fff; } .end-session-dialog .modal-dialog-linked-button:last-child:hover, .end-session-dialog .modal-dialog-linked-button:last-child:focus { @@ -506,9 +506,15 @@ StScrollBar { box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); } .popup-menu .popup-menu-content { padding: 15px 0; } + .popup-menu .popup-menu-content { + background: #0c0f1a; + border: none; + border-radius: 7px; + padding: 15px 0; } .popup-menu .popup-menu-item { spacing: 5px; - padding: 5px; } + padding: 5px; + border-radius: 0px; } .popup-menu .popup-menu-item:ltr { padding-right: 1.75em; padding-left: 0; } @@ -516,8 +522,8 @@ StScrollBar { padding-right: 0; padding-left: 1.75em; } .popup-menu .popup-menu-item:checked { - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; color: #ffffff; box-shadow: inset 0 1px 0px #131727; @@ -526,10 +532,10 @@ StScrollBar { background-color: rgba(255, 106, 0, 0.9); color: #ffffff; } .popup-menu .popup-menu-item.selected { - background-color: rgba(191, 195, 205, 0.1); + background-color: rgba(191, 195, 205, 0.1) !important; color: #bfc3cd; } .popup-menu .popup-menu-item:active { - background-color: #ff6a00; + background-color: #ff6a00 !important; color: #ffffff; } .popup-menu .popup-menu-item:insensitive { color: rgba(191, 195, 205, 0.5); } @@ -753,8 +759,8 @@ StScrollBar { transition-duration: 200ms; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { box-shadow: none; - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; color: #ffffff; text-shadow: 0px 0px 2px rgba(92, 92, 92, 0.9); } @@ -923,8 +929,8 @@ StScrollBar { .calendar-day-base:active, .calendar-day-base:selected { color: #ffffff; background-color: #ff6a00; - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; border-color: black; } .calendar-day-base.calendar-day-heading { @@ -1365,8 +1371,8 @@ StScrollBar { .app-view-control { padding: 4px 32px; } .app-view-control:checked { - background-gradient-start: #ff3300; - background-gradient-end: #ffa100; + background-gradient-start: #ff3300 !important; + background-gradient-end: #ffa100 !important; background-gradient-direction: horizontal; color: #fff; } .app-view-control:hover {