We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0068182 commit 23c3ba7Copy full SHA for 23c3ba7
1 file changed
White/gnome-shell/gnome-shell.css
@@ -92,7 +92,6 @@ stage {
92
.grid-search-result .overview-icon, .list-search-result, .search-provider-icon {
93
border-radius: 4px;
94
padding: 4px;
95
- border: 1px solid #0f0f0f;
96
transition-duration: 100ms;
97
text-align: center;
98
}
@@ -211,6 +210,14 @@ stage {
211
210
background-color: #A06EA8;
212
213
+.quick-toggle-menu {
214
+ background-color: #2d2d2d;
215
+ border: 1px solid #0f0f0f;
216
+ border-radius: 8px;
217
+ padding: 12px;
218
+ margin: 12px 18px 0;
219
+}
220
+
221
/* Good form for icon buttons in quick settings */
222
.icon-button {
223
outline-color: rgba(238, 238, 236, 0.3);
0 commit comments