modified: gnome-shell/gnome-shell.css

main
anthony 6 months ago
parent 2938ca918e
commit 2dc64846ad

@ -29,16 +29,26 @@
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
} }
#dash .overview-tile {
background-color: rgba(255, 255, 255, 1);
}
.overview-tile,
.search-display .grid-search-result .overview-tile,
.icon-grid .overview-tile { .icon-grid .overview-tile {
background-color: rgba(255, 167, 199, 1); background-color: rgba(255, 167, 199, 1);
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
} }
.overview-tile:hover,
.grid-search-result .overview-tile:hover,
.icon-grid .overview-tile:hover { .icon-grid .overview-tile:hover {
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
color: rgba(255, 90, 153, 1); color: rgba(255, 90, 153, 1);
} }
.overview-tile:active,
.grid-search-result .overview-tile:active,
.icon-grid .overview-tile:active { .icon-grid .overview-tile:active {
background-color: rgba(255, 90, 153, 1); background-color: rgba(255, 90, 153, 1);
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
@ -749,7 +759,6 @@ StEntry,
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
selection-background-color: rgba(207, 127, 214, 1); selection-background-color: rgba(207, 127, 214, 1);
selected-color: rgba(40, 7, 43, 0.87); selected-color: rgba(40, 7, 43, 0.87);
selected-border-color: #000;
} }
/* icon in entry */ /* icon in entry */
@ -1024,12 +1033,16 @@ StEntry:focus {
/* Message OSD */ /* Message OSD */
.notification-banner { .notification-banner {
background-color: rgba(250, 243, 251, 0.92); background-color: rgba(255, 255, 255, 1);
color: rgba(40, 7, 43, 0.87); }
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); .message .message-title {
color: rgba(255, 90, 153, 1);
} }
.message .message-body {
color: rgba(0, 0, 0, 1);
}
/* messages in menus */ /* messages in menus */
.message-list .message, .popup-menu-content .message { .message-list .message, .popup-menu-content .message {
@ -1046,8 +1059,8 @@ StEntry:focus {
} }
/* text / header in message */ /* text / header in message */
.message .message-body, .message-list .message .message-body,
.message-title { .message-list .message-title {
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
} }

Loading…
Cancel
Save