diff --git a/theme/gnome-shell_css/apps.css b/theme/gnome-shell_css/apps.css index b50dad4..f4a00c9 100644 --- a/theme/gnome-shell_css/apps.css +++ b/theme/gnome-shell_css/apps.css @@ -15,6 +15,10 @@ background-color: transparent; } +#dashtodockContainer #dash .overview-tile .overview-icon { + border-radius: 16px; +} + #dash .dash-item-container .overview-tile:hover, #dash .dash-item-container .overview-tile:focus, #dash .dash-item-container .overview-tile:selected { @@ -181,7 +185,7 @@ box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW; border: none; /* remove black border on ubuntu */ padding: 4px 2px 4px 2px; - border-radius: 21px; + border-radius: 23px; } /* if used Dash to Dock extension */ @@ -211,8 +215,8 @@ .app-well-app-running-dot, .app-grid-running-dot { /* 46+ */ width: 10px; - height: 5px; - border-radius: 5px; + height: 4px; + border-radius: 2px; background: ACCENT-SECONDARY-COLOR; } @@ -264,6 +268,7 @@ } #dashtodockContainer .app-well-app.focused .overview-icon, +#dashtodockContainer .overview-tile.focused .overview-icon, /* 46+ dash to dock focused window */ .show-apps:selected .overview-icon, .show-apps:selected:hover .overview-icon, .show-apps:active .overview-icon,