Dash improvements

This commit is contained in:
Vladyslav Hroshev
2024-04-22 12:46:37 +03:00
parent d8d5bfb6fe
commit b2d0f97369

View File

@@ -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,