mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-12-04 03:06:46 -08:00
Fixed #63 styles for system actions in search
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
/* apps / folders / apps & folders in search */
|
/* apps / folders / apps & folders in search */
|
||||||
.app-well-app .overview-icon,
|
.app-well-app .overview-icon,
|
||||||
.app-well-app.app-folder,
|
.app-well-app.app-folder,
|
||||||
.grid-search-result .overview-icon,
|
|
||||||
.app-folder.grid-search-result .overview-icon,
|
.app-folder.grid-search-result .overview-icon,
|
||||||
#dash .dash-item-container .overview-tile .overview-icon,
|
#dash .dash-item-container .overview-tile .overview-icon,
|
||||||
#dash .dash-item-container .show-apps .overview-icon, /* 46+ */
|
#dash .dash-item-container .show-apps .overview-icon, /* 46+ */
|
||||||
|
.grid-search-result, /* systems actions in search results (e.g. logout, suspend) */
|
||||||
.overview-tile { /* 46+ */
|
.overview-tile { /* 46+ */
|
||||||
box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0); /* fix default dash focused box-shadow*/
|
box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0); /* fix default dash focused box-shadow*/
|
||||||
transition-duration: 100ms;
|
transition-duration: 100ms;
|
||||||
@@ -38,12 +38,21 @@
|
|||||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* icon of systems action in search results (e.g. logout, suspend) */
|
||||||
|
.system-action-icon {
|
||||||
|
background-color: ACCENT-OPACITY-COLOR;
|
||||||
|
color: TEXT-PRIMARY-COLOR;
|
||||||
|
border-radius: 99px;
|
||||||
|
box-shadow: inset 0 0 0 2px BORDER-SHADOW;
|
||||||
|
}
|
||||||
|
|
||||||
.app-well-app:hover .overview-icon,
|
.app-well-app:hover .overview-icon,
|
||||||
.app-well-app:focus .overview-icon,
|
.app-well-app:focus .overview-icon,
|
||||||
.app-well-app:selected .overview-icon,
|
.app-well-app:selected .overview-icon,
|
||||||
.show-apps:hover .overview-icon,
|
.show-apps:hover .overview-icon,
|
||||||
.show-apps:focus .overview-icon,
|
.show-apps:focus .overview-icon,
|
||||||
|
.grid-search-result:hover,
|
||||||
|
.grid-search-result:focus,
|
||||||
.overview-tile:hover,
|
.overview-tile:hover,
|
||||||
.overview-tile:focus,
|
.overview-tile:focus,
|
||||||
.overview-tile:selected {
|
.overview-tile:selected {
|
||||||
@@ -51,6 +60,7 @@
|
|||||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grid-search-result:focus,
|
||||||
.overview-tile:focus {
|
.overview-tile:focus {
|
||||||
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
|
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
.list-search-result,
|
.list-search-result,
|
||||||
.search-provider-icon {
|
.search-provider-icon {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 12px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* search result listitem -> item title (with leading icon) */
|
/* search result listitem -> item title (with leading icon) */
|
||||||
|
|||||||
Reference in New Issue
Block a user