Skip to content

Commit bc18e86

Browse files
authored
Merge pull request #198 from dracula/dash
Fix dash-to-dock styling
2 parents 942958f + f0dc896 commit bc18e86

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-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+
12+
.app-well-app,
13+
.show-apps {
14+
.overview-icon.focused .overview-icon {
15+
background-color: lighten($bg_color, 7%) !important;
16+
}
17+
}
18+
}
19+
20+
}

β€Žgnome-shell/gnome-shell.cssβ€Ž

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

β€Žgnome-shell/v40/gnome-shell.cssβ€Ž

Lines changed: 9 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)