mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix gnome-shell-3.34 issues
This commit is contained in:
@@ -516,6 +516,7 @@ StScrollBar {
|
|||||||
.popup-menu {
|
.popup-menu {
|
||||||
min-width: 15em;
|
min-width: 15em;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
color: $fg_color;
|
||||||
.popup-menu-arrow { } //defined globally in the TOP BAR
|
.popup-menu-arrow { } //defined globally in the TOP BAR
|
||||||
.popup-sub-menu {
|
.popup-sub-menu {
|
||||||
|
|
||||||
@@ -987,6 +988,7 @@ StScrollBar {
|
|||||||
padding: 0.1em;
|
padding: 0.1em;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: 1.4em;
|
border-radius: 1.4em;
|
||||||
|
color: $fg_color;
|
||||||
&:hover,&:focus { background-color: lighten($bg_color,5%); }
|
&:hover,&:focus { background-color: lighten($bg_color,5%); }
|
||||||
&:active,&:selected {
|
&:active,&:selected {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
@@ -1084,6 +1086,7 @@ StScrollBar {
|
|||||||
//@include gradient();
|
//@include gradient();
|
||||||
box-shadow: 2px 0px 0px 0px $g2 inset;
|
box-shadow: 2px 0px 0px 0px $g2 inset;
|
||||||
}
|
}
|
||||||
|
border: none;
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -494,7 +494,8 @@ StScrollBar {
|
|||||||
/* Popovers/Menus */
|
/* Popovers/Menus */
|
||||||
.popup-menu {
|
.popup-menu {
|
||||||
min-width: 15em;
|
min-width: 15em;
|
||||||
background-color: transparent; }
|
background-color: transparent;
|
||||||
|
color: #98abb2; }
|
||||||
.popup-menu .popup-sub-menu {
|
.popup-menu .popup-sub-menu {
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); }
|
||||||
@@ -903,7 +904,8 @@ StScrollBar {
|
|||||||
height: 2.4em;
|
height: 2.4em;
|
||||||
padding: 0.1em;
|
padding: 0.1em;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: 1.4em; }
|
border-radius: 1.4em;
|
||||||
|
color: #98abb2; }
|
||||||
.calendar-day-base:hover, .calendar-day-base:focus {
|
.calendar-day-base:hover, .calendar-day-base:focus {
|
||||||
background-color: #2c3b49; }
|
background-color: #2c3b49; }
|
||||||
.calendar-day-base:active, .calendar-day-base:selected {
|
.calendar-day-base:active, .calendar-day-base:selected {
|
||||||
@@ -996,6 +998,7 @@ StScrollBar {
|
|||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
|
border: none;
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
background: transparent; }
|
background: transparent; }
|
||||||
.message:hover, .message:focus {
|
.message:hover, .message:focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user