Gnome-Shell: Update for GNOME 41

This commit is contained in:
Daniel Ruiz de Alegría
2021-09-23 09:25:09 +02:00
parent dcbb4e6e4b
commit d6fb8b7607
8 changed files with 46 additions and 28 deletions
@@ -152,7 +152,7 @@ stage {
StEntry {
border-radius: 8px;
padding: 8px;
border-width: 1px;
border-width: 0;
color: #5c616c;
background-color: #fafafa;
border-color: #d9d9d9;
@@ -160,7 +160,7 @@ StEntry {
selected-color: #ffffff; }
StEntry:focus {
border-color: #0051da;
box-shadow: inset 0 0 0 1px #2777ff; }
box-shadow: inset 0 0 0 2px #2777ff; }
StEntry:insensitive {
color: #aeb0b6;
border-color: #fdfdfd;
@@ -718,6 +718,13 @@ StScrollBar {
margin: 8px 16px 0;
padding: 4px;
spacing: 12px; }
.message-list-controls .dnd-button {
border-width: 2px;
border-color: transparent;
border-radius: 99px;
border-style: solid; }
.message-list-controls .dnd-button:focus {
border-color: rgba(39, 119, 255, 0.6); }
.message {
border-width: 1px;
@@ -1326,18 +1333,16 @@ StScrollBar {
border-radius: 18px;
color: rgba(92, 97, 108, 0.7);
background-color: #ffffff;
border-color: #d9d9d9;
margin-top: 12px;
margin-bottom: 6px; }
margin-bottom: 6px;
border-width: 2px;
border-color: transparent; }
.search-entry:hover {
background-color: #f7f7f7;
border-color: #e6e6e6;
color: #50555e; }
.search-entry:focus {
padding: 6px 8px;
border-width: 2px;
border-style: solid;
border-color: #2777ff;
color: #5c616c;
@@ -1552,8 +1557,7 @@ StScrollBar {
.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl {
padding: 0 12px; }
.app-menu,
.app-well-menu {
.app-menu {
max-width: 27.25em; }
.page-indicator {