From 2dc64846adb22780f4f2e249716d90e059dbbf1e Mon Sep 17 00:00:00 2001 From: anthony Date: Fri, 28 Jun 2024 06:36:56 +0200 Subject: [PATCH] modified: gnome-shell/gnome-shell.css --- gnome-shell/gnome-shell.css | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index d33a80c..65ee327 100755 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -29,16 +29,26 @@ 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 { background-color: rgba(255, 167, 199, 1); color: rgba(255, 255, 255, 1); } +.overview-tile:hover, +.grid-search-result .overview-tile:hover, .icon-grid .overview-tile:hover { background-color: rgba(255, 255, 255, 1); color: rgba(255, 90, 153, 1); } +.overview-tile:active, +.grid-search-result .overview-tile:active, .icon-grid .overview-tile:active { background-color: rgba(255, 90, 153, 1); color: rgba(255, 255, 255, 1); @@ -749,7 +759,6 @@ StEntry, color: rgba(255, 255, 255, 1); selection-background-color: rgba(207, 127, 214, 1); selected-color: rgba(40, 7, 43, 0.87); - selected-border-color: #000; } /* icon in entry */ @@ -1024,12 +1033,16 @@ StEntry:focus { /* Message OSD */ .notification-banner { - background-color: rgba(250, 243, 251, 0.92); - 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); + background-color: rgba(255, 255, 255, 1); +} + +.message .message-title { + color: rgba(255, 90, 153, 1); } +.message .message-body { + color: rgba(0, 0, 0, 1); +} /* messages in menus */ .message-list .message, .popup-menu-content .message { @@ -1046,8 +1059,8 @@ StEntry:focus { } /* text / header in message */ -.message .message-body, -.message-title { +.message-list .message .message-body, +.message-list .message-title { color: rgba(255, 255, 255, 1); }