Skip to content

Commit 586428c

Browse files
committed
Gnome-shell: Add specific styles for dash-to-dock
1 parent 9b15255 commit 586428c

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

gnome-shell/_extensions.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
@import "extensions/_openweather"
1+
@import "extensions/_openweather";
2+
@import "extensions/_dash-to-dock"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#dashtodockContainer #dash {
2+
3+
background: transparent !important;
4+
5+
.dash-background {
6+
background: $main_dark !important;
7+
border: none;
8+
}
9+
10+
.dash-item-container {
11+
.app-well-app,
12+
.show-apps {
13+
.overview-icon { background-color: transparent !important; }
14+
15+
&.focused .overview-icon { background-color: lighten($bg_color, 7%) !important; }
16+
}
17+
}
18+
19+
}
20+

gnome-shell/v40/gnome-shell.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)