Gnome-Shell: update popover theme tweaks
This commit is contained in:
@@ -354,21 +354,21 @@ StScrollBar {
|
||||
.popup-menu-item:rtl {
|
||||
padding-right: 6px; }
|
||||
.popup-menu-item:focus, .popup-menu-item:hover {
|
||||
background-color: #f7f7f7 !important; }
|
||||
background-color: #f2f2f2 !important; }
|
||||
.popup-menu-item:focus:active, .popup-menu-item:hover:active {
|
||||
background-color: #f2f2f2 !important; }
|
||||
background-color: #ededed !important; }
|
||||
.popup-menu-item:checked {
|
||||
background-color: #ededed !important; }
|
||||
background-color: #e8e8e8 !important; }
|
||||
.popup-menu-item:checked {
|
||||
margin-bottom: 0;
|
||||
box-shadow: inset 0 -1px 0 0 #e0e0e0;
|
||||
box-shadow: inset 0 -1px 0 0 #dbdbdb;
|
||||
border-radius: 8px 8px 0 0; }
|
||||
.popup-menu-item:checked:focus, .popup-menu-item:checked:hover {
|
||||
background-color: whitesmoke !important; }
|
||||
background-color: #f0f0f0 !important; }
|
||||
.popup-menu-item:checked:active {
|
||||
background-color: #fafafa !important; }
|
||||
background-color: whitesmoke !important; }
|
||||
.popup-menu-item:active {
|
||||
background-color: white;
|
||||
background-color: #fafafa;
|
||||
color: #50555e; }
|
||||
.popup-menu-item:insensitive {
|
||||
color: rgba(92, 97, 108, 0.5); }
|
||||
@@ -387,7 +387,7 @@ StScrollBar {
|
||||
icon-size: 16px !important; }
|
||||
|
||||
.popup-sub-menu {
|
||||
background-color: #ededed;
|
||||
background-color: #e8e8e8;
|
||||
border-radius: 0 0 8px 8px; }
|
||||
.popup-sub-menu .popup-menu-ornament {
|
||||
min-width: 1.09em !important; }
|
||||
@@ -401,7 +401,7 @@ StScrollBar {
|
||||
.popup-sub-menu .popup-menu-item:checked {
|
||||
background-color: white !important; }
|
||||
.popup-sub-menu .popup-menu-item:checked:focus, .popup-sub-menu .popup-menu-item:checked:hover {
|
||||
background-color: white !important; }
|
||||
background-color: #fcfcfc !important; }
|
||||
.popup-sub-menu .popup-menu-item:active {
|
||||
background-color: white !important; }
|
||||
.popup-sub-menu .popup-menu-section .popup-menu-item:last-child:hover, .popup-sub-menu .popup-menu-section .popup-menu-item:last-child:focus {
|
||||
@@ -551,9 +551,9 @@ StScrollBar {
|
||||
margin: 2px;
|
||||
border-radius: 6px; }
|
||||
.calendar .calendar-month-header .pager-button:hover, .calendar .calendar-month-header .pager-button:focus {
|
||||
background-color: #f7f7f7; }
|
||||
.calendar .calendar-month-header .pager-button:active {
|
||||
background-color: #f2f2f2; }
|
||||
.calendar .calendar-month-header .pager-button:active {
|
||||
background-color: #ededed; }
|
||||
.calendar .calendar-day-base {
|
||||
text-align: center;
|
||||
margin: 2px;
|
||||
@@ -562,16 +562,16 @@ StScrollBar {
|
||||
width: 32px !important;
|
||||
border-radius: 99px; }
|
||||
.calendar .calendar-day-base:hover {
|
||||
background-color: #f7f7f7; }
|
||||
background-color: #f2f2f2; }
|
||||
.calendar .calendar-day-base:focus {
|
||||
background-color: #d4e4ff;
|
||||
color: #ffffff;
|
||||
box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); }
|
||||
.calendar .calendar-day-base:active, .calendar .calendar-day-base:selected {
|
||||
color: #50555e;
|
||||
background-color: #f2f2f2; }
|
||||
background-color: #ededed; }
|
||||
.calendar .calendar-day-base:active:focus, .calendar .calendar-day-base:selected:focus {
|
||||
background-color: #cadaf5; }
|
||||
background-color: #c6d6f1; }
|
||||
.calendar .calendar-day-base.calendar-day-heading {
|
||||
color: #aeb0b6;
|
||||
padding-top: 6px;
|
||||
@@ -849,7 +849,7 @@ StScrollBar {
|
||||
background-color: white;
|
||||
color: #5c616c; }
|
||||
.message-media-control:active {
|
||||
background-color: white;
|
||||
background-color: #fafafa;
|
||||
color: #5c616c; }
|
||||
.message-media-control:insensitive {
|
||||
color: #bbbdc2; }
|
||||
@@ -885,7 +885,7 @@ StScrollBar {
|
||||
background-color: #2777ff;
|
||||
color: #ffffff; }
|
||||
.candidate-box:hover {
|
||||
background-color: #f7f7f7;
|
||||
background-color: #f2f2f2;
|
||||
color: #50555e; }
|
||||
|
||||
.candidate-page-button-box {
|
||||
@@ -1068,7 +1068,7 @@ StScrollBar {
|
||||
.audio-selection-device {
|
||||
border-radius: 16px; }
|
||||
.audio-selection-device:hover, .audio-selection-device:focus {
|
||||
background-color: #f7f7f7; }
|
||||
background-color: #f2f2f2; }
|
||||
.audio-selection-device:active {
|
||||
background-color: #2777ff;
|
||||
color: #ffffff; }
|
||||
@@ -1119,7 +1119,7 @@ StScrollBar {
|
||||
border-radius: 5px;
|
||||
color: #ffffff; }
|
||||
.nm-dialog-item:hover {
|
||||
background-color: #f7f7f7; }
|
||||
background-color: #f2f2f2; }
|
||||
|
||||
.nm-dialog-icon {
|
||||
icon-size: 1.09em; }
|
||||
@@ -1294,7 +1294,7 @@ StScrollBar {
|
||||
transition-duration: 200ms;
|
||||
border-radius: 99px; }
|
||||
.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus {
|
||||
background-color: #f7f7f7; }
|
||||
background-color: #f2f2f2; }
|
||||
.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle {
|
||||
background-color: #d9d9d9; }
|
||||
.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle {
|
||||
@@ -1307,7 +1307,7 @@ StScrollBar {
|
||||
background-color: #360707; }
|
||||
|
||||
.screenshot-ui-shot-cast-container {
|
||||
background-color: #f7f7f7;
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 16px;
|
||||
padding: 3px;
|
||||
spacing: 3px; }
|
||||
@@ -1323,7 +1323,7 @@ StScrollBar {
|
||||
.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus {
|
||||
background-color: white; }
|
||||
.screenshot-ui-shot-cast-button:active {
|
||||
background-color: white; }
|
||||
background-color: #fafafa; }
|
||||
.screenshot-ui-shot-cast-button:checked {
|
||||
background-color: white;
|
||||
color: black; }
|
||||
@@ -2592,14 +2592,38 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
-slider-handle-radius: 0; }
|
||||
|
||||
/* Popovers/Menus */
|
||||
/*
|
||||
// menu items
|
||||
.popup-menu-content, .candidate-popup-content {
|
||||
padding: 4px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-color: #fafafa; }
|
||||
|
||||
.popup-menu-item {
|
||||
&.selected, &:active {
|
||||
background-color: $popover_hover_color;
|
||||
color: $fg_color;
|
||||
}
|
||||
}
|
||||
border: 1px solid transparent;
|
||||
border-bottom: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px; }
|
||||
.popup-menu-item:checked {
|
||||
border-color: #d9d9d9;
|
||||
background-color: #ffffff !important; }
|
||||
|
||||
.popup-sub-menu {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-top: 0; }
|
||||
.popup-sub-menu .popup-menu-item {
|
||||
padding-top: 7px;
|
||||
padding-bottom: 7px; }
|
||||
.popup-sub-menu .popup-menu-item:focus, .popup-sub-menu .popup-menu-item:hover {
|
||||
background-color: #f2f2f2 !important; }
|
||||
.popup-sub-menu .popup-menu-item:checked {
|
||||
background-color: #e8e8e8 !important; }
|
||||
.popup-sub-menu .popup-menu-item:active {
|
||||
background-color: #ededed !important; }
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 6px 0; }
|
||||
|
||||
/* Message List */
|
||||
.message-list .message-list-placeholder,
|
||||
|
||||
Reference in New Issue
Block a user