Skip to content

Commit 23c3ba7

Browse files
committed
gnome-shell: and now, it's last
1 parent 0068182 commit 23c3ba7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

White/gnome-shell/gnome-shell.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ stage {
9292
.grid-search-result .overview-icon, .list-search-result, .search-provider-icon {
9393
border-radius: 4px;
9494
padding: 4px;
95-
border: 1px solid #0f0f0f;
9695
transition-duration: 100ms;
9796
text-align: center;
9897
}
@@ -211,6 +210,14 @@ stage {
211210
background-color: #A06EA8;
212211
}
213212

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+
214221
/* Good form for icon buttons in quick settings */
215222
.icon-button {
216223
outline-color: rgba(238, 238, 236, 0.3);

0 commit comments

Comments
 (0)