Fix gnome-shell-3.34 issues

This commit is contained in:
EliverLara
2019-11-08 11:51:46 -06:00
parent 904b218b90
commit 132e309388
2 changed files with 8 additions and 2 deletions

View File

@@ -494,7 +494,8 @@ StScrollBar {
/* Popovers/Menus */
.popup-menu {
min-width: 15em;
background-color: transparent; }
background-color: transparent;
color: #98abb2; }
.popup-menu .popup-sub-menu {
background-color: 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;
padding: 0.1em;
margin: 2px;
border-radius: 1.4em; }
border-radius: 1.4em;
color: #98abb2; }
.calendar-day-base:hover, .calendar-day-base:focus {
background-color: #252b2f; }
.calendar-day-base:active, .calendar-day-base:selected {
@@ -996,6 +998,7 @@ StScrollBar {
background: transparent; }
.message {
border: none;
border-radius: 1px;
background: transparent; }
.message:hover, .message:focus {