Skip to content

Commit

Permalink
Merge pull request #198 from dracula/dash
Browse files Browse the repository at this point in the history
Fix dash-to-dock styling
  • Loading branch information
EliverLara authored Jun 19, 2022
2 parents 942958f + f0dc896 commit bc18e86
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnome-shell/_extensions.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@import "extensions/_openweather"
@import "extensions/_openweather";
@import "extensions/_dash-to-dock"
20 changes: 20 additions & 0 deletions gnome-shell/extensions/_dash-to-dock.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#dashtodockContainer #dash {

background: transparent !important;

.dash-background {
background: $main_dark !important;
border: none;
}

.dash-item-container {

.app-well-app,
.show-apps {
.overview-icon.focused .overview-icon {
background-color: lighten($bg_color, 7%) !important;
}
}
}

}
9 changes: 9 additions & 0 deletions gnome-shell/gnome-shell.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions gnome-shell/v40/gnome-shell.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc18e86

Please sign in to comment.