Gnome-Shell: Update 3.37.92: prepare for update 3.38

This commit is contained in:
Daniel Ruiz de Alegría
2020-09-09 11:24:43 +02:00
parent 3f2f3e1226
commit ea2d98d25f
11 changed files with 166 additions and 27 deletions
@@ -540,11 +540,55 @@ StScrollBar {
height: 1.8em;
width: 2.3em;
border-radius: 2px;
padding: 0.5em 0 0;
margin: 6px;
background-color: #1e2128;
color: #fafaf9; }
/* Events */
.events-button {
border-width: 1px;
border-style: solid;
border-radius: 7px;
margin: 4px;
color: #eeeeec;
background-color: #292c37;
border-color: #1a1c23;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
padding: 12px; }
.events-button:focus {
color: #eeeeec;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); }
.events-button:hover {
color: #eeeeec;
background-color: #2e313d;
border-color: #1a1c23;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2); }
.events-button:active {
color: #eeeeec;
background-color: #1c1e25;
border-color: #0b0b0e;
text-shadow: none;
icon-shadow: none;
box-shadow: none; }
.events-button .events-box {
spacing: 6px; }
.events-button .events-list {
spacing: 12px; }
.events-button .events-title {
color: #878787;
font-weight: bold;
margin-bottom: 4px; }
.events-button .event-time {
color: #bebeb6;
font-feature-settings: "tnum";
font-size: 10pt; }
/* World clocks */
.world-clocks-button {
border-width: 1px;
@@ -808,7 +852,7 @@ StScrollBar {
.candidate-page-button-icon {
icon-size: 1em; }
/* Notifications & Mesage Tray */
/* Notifications & Message Tray */
.notification-banner {
min-height: 64px;
width: 34em; }
@@ -891,7 +935,7 @@ StScrollBar {
text-align: center;
font-size: 18pt;
font-weight: 800; }
.message-dialog-content .message-dialog-title.leightweight {
.message-dialog-content .message-dialog-title.lightweight {
font-size: 13pt;
font-weight: 800; }
.message-dialog-content .message-dialog-description {
@@ -1234,8 +1278,7 @@ StScrollBar {
/* Window Picker */
.window-picker {
-horizontal-spacing: 12px;
-vertical-spacing: 12px;
spacing: 6px;
padding: 12px; }
.window-picker.external-monitor {
padding: 12px; }
@@ -1264,8 +1307,7 @@ StScrollBar {
padding: 3px;
height: 24px;
width: 24px;
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5);
-shell-close-overlap: 12px; }
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); }
.window-close:hover {
background-color: #4187ff; }
.window-close:active {
@@ -1326,6 +1368,9 @@ StScrollBar {
.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked {
background-color: rgba(26, 28, 35, 0.9); }
.grid-search-results {
spacing: 36px; }
.search-provider-icon .list-search-provider-content {
spacing: 12px; }
.search-provider-icon .list-search-provider-content .list-search-provider-details {
@@ -1831,6 +1876,13 @@ StScrollBar {
.lg-dialog .shell-link:active {
color: #5a97ff; }
.lg-dialog .actor-link {
color: #ccc; }
.lg-dialog .actor-link:hover {
color: white; }
.lg-dialog .actor-link:active {
color: #999999; }
.lg-completions-text {
font-size: .9em;
font-style: italic; }