Gnome-Shell: Update 3.37.92: prepare for update 3.38
This commit is contained in:
@@ -539,11 +539,55 @@ StScrollBar {
|
||||
height: 1.8em;
|
||||
width: 2.3em;
|
||||
border-radius: 2px;
|
||||
padding: 0.5em 0 0;
|
||||
margin: 6px;
|
||||
background-color: #fafafa;
|
||||
color: #686d7a; }
|
||||
|
||||
/* Events */
|
||||
.events-button {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 7px;
|
||||
margin: 4px;
|
||||
color: #5c616c;
|
||||
background-color: white;
|
||||
border-color: #d1d1d1;
|
||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
|
||||
icon-shadow: 0 1px rgba(255, 255, 255, 0.3);
|
||||
padding: 12px; }
|
||||
.events-button:focus {
|
||||
color: #5c616c;
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
|
||||
icon-shadow: 0 1px rgba(255, 255, 255, 0.3);
|
||||
box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); }
|
||||
.events-button:hover {
|
||||
color: #5c616c;
|
||||
background-color: white;
|
||||
border-color: #d1d1d1;
|
||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
|
||||
icon-shadow: 0 1px rgba(255, 255, 255, 0.3); }
|
||||
.events-button:active {
|
||||
color: #5c616c;
|
||||
background-color: #f7f7f7;
|
||||
border-color: #d1d1d1;
|
||||
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: black;
|
||||
font-weight: bold;
|
||||
margin-bottom: 4px; }
|
||||
.events-button .event-time {
|
||||
color: #2d3035;
|
||||
font-feature-settings: "tnum";
|
||||
font-size: 10pt; }
|
||||
|
||||
/* World clocks */
|
||||
.world-clocks-button {
|
||||
border-width: 1px;
|
||||
@@ -807,7 +851,7 @@ StScrollBar {
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1em; }
|
||||
|
||||
/* Notifications & Mesage Tray */
|
||||
/* Notifications & Message Tray */
|
||||
.notification-banner {
|
||||
min-height: 64px;
|
||||
width: 34em; }
|
||||
@@ -890,7 +934,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 {
|
||||
@@ -1233,8 +1277,7 @@ StScrollBar {
|
||||
|
||||
/* Window Picker */
|
||||
.window-picker {
|
||||
-horizontal-spacing: 12px;
|
||||
-vertical-spacing: 12px;
|
||||
spacing: 6px;
|
||||
padding: 12px; }
|
||||
.window-picker.external-monitor {
|
||||
padding: 12px; }
|
||||
@@ -1263,8 +1306,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 {
|
||||
@@ -1325,6 +1367,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 {
|
||||
@@ -1830,6 +1875,13 @@ StScrollBar {
|
||||
.lg-dialog .shell-link:active {
|
||||
color: #0047c0; }
|
||||
|
||||
.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; }
|
||||
|
||||
Reference in New Issue
Block a user