adwaita-tweaks icon indicating copy to clipboard operation
adwaita-tweaks copied to clipboard

gnome-shell.css

Open birdofprey opened this issue 3 years ago • 0 comments

/* there should be an easier way to change the shell font */ stage { font-family: cantarell, sans-serif; font-size: 11pt; }

/* transculent panel */ #panel { background-color: rgba(0, 0, 0, 0.62); height: 1.28em;/23px;/ border: 1px solid rgba(0, 0, 0, 0.62); }

/* centers the panel text and buttons */ .panel-button { font-size: 11pt; }

/* removes the ugly corners from the panel */ #panel .panel-corner { -panel-corner-radius: 0; }

/* the popup-menu arrows are h-i-d-e-o-u-s */ .popup-menu-boxpointer, .candidate-popup-boxpointer { -arrow-border-radius: 0; -arrow-base: 0; -arrow-rise: 0; -arrow-background-color: rgba(0, 0, 0, 0.63); margin: 2px 8px 8px; }

/* hides the unnecessary popup-menu separators */ .popup-separator-menu-item { border: none; }

/* add transparency to the notifications */ .message { background-color: transparent; }

.message-list-section-title { /* deprecated in 3.22 / color: #E8E8E7; } .message:focus, .message-list-section-title:focus { / deprecated in 3.22 */ background-color: rgba(255, 255, 255, 0.37); }

.message:hover, .message-list-section-title:hover { /* deprecated in 3.22 */ background-color: rgba(255, 255, 255, 0.37); }

/* big album covers, yay */ .media-message-cover-icon { icon-size: 64px; }

/* removes the border from the new notifcation-clear button */ .message-list-clear-button.button { border: none; border-color: transparent; }

.message-list-clear-button.button:hover { background-color: rgba(255, 255, 255, 0.37); }

/* add transparency to the notification popups */ .notification-banner, .notification-banner:hover, .notification-banner:focus { background-color: rgba(0, 0, 0, 0.63); border-radius: 0; }

/* adds transparency to the volume popup */ .osd-window { background-color: rgba(0, 0, 0, 0.63); border: 1px solid rgba(0, 0, 0, 0.50); border-radius: 2px; }

/* adds transparency to the alt-tab switcher */ .switcher-list { background-color: rgba(0, 0, 0, 0.63); border: 1px solid rgba(0, 0, 0, 0.50); border-radius: 2px; } .search-entry { border-radius: 0px; padding: 7px 9px; border: 1px solid rgba(0, 0, 0, 0.50); background-color: rgba(0, 0, 0, 0.63); }

birdofprey avatar Sep 23 '22 09:09 birdofprey