Revert "Gnome-Shell: Update 3.37.92: prepare for update 3.38"
This reverts commit ea2d98d25f.
This commit is contained in:
@@ -540,55 +540,11 @@ 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;
|
||||
@@ -852,7 +808,7 @@ StScrollBar {
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1em; }
|
||||
|
||||
/* Notifications & Message Tray */
|
||||
/* Notifications & Mesage Tray */
|
||||
.notification-banner {
|
||||
min-height: 64px;
|
||||
width: 34em; }
|
||||
@@ -935,7 +891,7 @@ StScrollBar {
|
||||
text-align: center;
|
||||
font-size: 18pt;
|
||||
font-weight: 800; }
|
||||
.message-dialog-content .message-dialog-title.lightweight {
|
||||
.message-dialog-content .message-dialog-title.leightweight {
|
||||
font-size: 13pt;
|
||||
font-weight: 800; }
|
||||
.message-dialog-content .message-dialog-description {
|
||||
@@ -1278,7 +1234,8 @@ StScrollBar {
|
||||
|
||||
/* Window Picker */
|
||||
.window-picker {
|
||||
spacing: 6px;
|
||||
-horizontal-spacing: 12px;
|
||||
-vertical-spacing: 12px;
|
||||
padding: 12px; }
|
||||
.window-picker.external-monitor {
|
||||
padding: 12px; }
|
||||
@@ -1307,7 +1264,8 @@ StScrollBar {
|
||||
padding: 3px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); }
|
||||
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5);
|
||||
-shell-close-overlap: 12px; }
|
||||
.window-close:hover {
|
||||
background-color: #4187ff; }
|
||||
.window-close:active {
|
||||
@@ -1368,9 +1326,6 @@ 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 {
|
||||
@@ -1876,13 +1831,6 @@ 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; }
|
||||
|
||||
@@ -539,55 +539,11 @@ 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;
|
||||
@@ -851,7 +807,7 @@ StScrollBar {
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1em; }
|
||||
|
||||
/* Notifications & Message Tray */
|
||||
/* Notifications & Mesage Tray */
|
||||
.notification-banner {
|
||||
min-height: 64px;
|
||||
width: 34em; }
|
||||
@@ -934,7 +890,7 @@ StScrollBar {
|
||||
text-align: center;
|
||||
font-size: 18pt;
|
||||
font-weight: 800; }
|
||||
.message-dialog-content .message-dialog-title.lightweight {
|
||||
.message-dialog-content .message-dialog-title.leightweight {
|
||||
font-size: 13pt;
|
||||
font-weight: 800; }
|
||||
.message-dialog-content .message-dialog-description {
|
||||
@@ -1277,7 +1233,8 @@ StScrollBar {
|
||||
|
||||
/* Window Picker */
|
||||
.window-picker {
|
||||
spacing: 6px;
|
||||
-horizontal-spacing: 12px;
|
||||
-vertical-spacing: 12px;
|
||||
padding: 12px; }
|
||||
.window-picker.external-monitor {
|
||||
padding: 12px; }
|
||||
@@ -1306,7 +1263,8 @@ StScrollBar {
|
||||
padding: 3px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); }
|
||||
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5);
|
||||
-shell-close-overlap: 12px; }
|
||||
.window-close:hover {
|
||||
background-color: #4187ff; }
|
||||
.window-close:active {
|
||||
@@ -1367,9 +1325,6 @@ 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 {
|
||||
@@ -1875,13 +1830,6 @@ 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