[gnome] Update extensions
This commit is contained in:
@ -123,12 +123,14 @@
|
||||
|
||||
.overview-components-transparent .overview-tile,
|
||||
.overview-components-transparent .overview-icon,
|
||||
.overview-components-transparent .grid-search-result,
|
||||
.overview-components-transparent .list-search-result,
|
||||
.overview-components-transparent .search-provider-icon,
|
||||
/* prevents the extension from interfering with Just Perfection */
|
||||
.overview-components-transparent.just-perfection .search-section-content,
|
||||
/* remove the rectangular background from the dash */
|
||||
.overview-components-transparent #dash .overview-tile {
|
||||
.overview-components-transparent #dash .overview-tile,
|
||||
.overview-components-transparent #dashtopanelScrollview .overview-tile {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@ -146,6 +148,10 @@
|
||||
.overview-components-transparent .overview-tile:focus,
|
||||
.overview-components-transparent .overview-tile:selected,
|
||||
.overview-components-transparent .overview-tile:highlighted,
|
||||
.overview-components-transparent .grid-search-result:hover,
|
||||
.overview-components-transparent .grid-search-result:focus,
|
||||
.overview-components-transparent .grid-search-result:selected,
|
||||
.overview-components-transparent .grid-search-result:highlighted,
|
||||
.overview-components-transparent .list-search-result:hover,
|
||||
.overview-components-transparent .list-search-result:focus,
|
||||
.overview-components-transparent .list-search-result:selected,
|
||||
@ -168,6 +174,10 @@
|
||||
.overview-components-transparent .overview-tile:drop,
|
||||
.overview-components-transparent .overview-tile:selected:hover,
|
||||
.overview-components-transparent .overview-tile:highlighted:hover,
|
||||
.overview-components-transparent .grid-search-result:active,
|
||||
.overview-components-transparent .grid-search-result:focus:hover,
|
||||
.overview-components-transparent .grid-search-result:selected:hover,
|
||||
.overview-components-transparent .grid-search-result:highlighted:hover,
|
||||
.overview-components-transparent .list-search-result:active,
|
||||
.overview-components-transparent .list-search-result:focus:hover,
|
||||
.overview-components-transparent .list-search-result:selected:hover,
|
||||
@ -188,6 +198,9 @@
|
||||
.overview-components-transparent .overview-tile:focus:active,
|
||||
.overview-components-transparent .overview-tile:selected:active,
|
||||
.overview-components-transparent .overview-tile:highlighted:active,
|
||||
.overview-components-transparent .grid-search-result:focus:active,
|
||||
.overview-components-transparent .grid-search-result:selected:active,
|
||||
.overview-components-transparent .grid-search-result:highlighted:active,
|
||||
.overview-components-transparent .list-search-result:focus:active,
|
||||
.overview-components-transparent .list-search-result:selected:active,
|
||||
.overview-components-transparent .list-search-result:highlighted:active,
|
||||
@ -216,12 +229,14 @@
|
||||
|
||||
.overview-components-light .overview-tile,
|
||||
.overview-components-light .overview-icon,
|
||||
.overview-components-light .grid-search-result,
|
||||
.overview-components-light .list-search-result,
|
||||
.overview-components-light .search-provider-icon,
|
||||
/* prevents the extension from interfering with Just Perfection */
|
||||
.overview-components-light.just-perfection .search-section-content,
|
||||
/* remove the rectangular background from the dash */
|
||||
.overview-components-light #dash .overview-tile {
|
||||
.overview-components-light #dash .overview-tile,
|
||||
.overview-components-light #dashtopanelScrollview .overview-tile {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@ -239,6 +254,10 @@
|
||||
.overview-components-light .overview-tile:focus,
|
||||
.overview-components-light .overview-tile:selected,
|
||||
.overview-components-light .overview-tile:highlighted,
|
||||
.overview-components-light .grid-search-result:hover,
|
||||
.overview-components-light .grid-search-result:focus,
|
||||
.overview-components-light .grid-search-result:selected,
|
||||
.overview-components-light .grid-search-result:highlighted,
|
||||
.overview-components-light .list-search-result:hover,
|
||||
.overview-components-light .list-search-result:focus,
|
||||
.overview-components-light .list-search-result:selected,
|
||||
@ -261,6 +280,10 @@
|
||||
.overview-components-light .overview-tile:drop,
|
||||
.overview-components-light .overview-tile:selected:hover,
|
||||
.overview-components-light .overview-tile:highlighted:hover,
|
||||
.overview-components-light .grid-search-result:active,
|
||||
.overview-components-light .grid-search-result:focus:hover,
|
||||
.overview-components-light .grid-search-result:selected:hover,
|
||||
.overview-components-light .grid-search-result:highlighted:hover,
|
||||
.overview-components-light .list-search-result:active,
|
||||
.overview-components-light .list-search-result:focus:hover,
|
||||
.overview-components-light .list-search-result:selected:hover,
|
||||
@ -281,6 +304,9 @@
|
||||
.overview-components-light .overview-tile:focus:active,
|
||||
.overview-components-light .overview-tile:selected:active,
|
||||
.overview-components-light .overview-tile:highlighted:active,
|
||||
.overview-components-light .grid-search-result:focus:active,
|
||||
.overview-components-light .grid-search-result:selected:active,
|
||||
.overview-components-light .grid-search-result:highlighted:active,
|
||||
.overview-components-light .list-search-result:focus:active,
|
||||
.overview-components-light .list-search-result:selected:active,
|
||||
.overview-components-light .list-search-result:highlighted:active,
|
||||
@ -309,12 +335,14 @@
|
||||
|
||||
.overview-components-dark .overview-tile,
|
||||
.overview-components-dark .overview-icon,
|
||||
.overview-components-dark .grid-search-result,
|
||||
.overview-components-dark .list-search-result,
|
||||
.overview-components-dark .search-provider-icon,
|
||||
/* prevents the extension from interfering with Just Perfection */
|
||||
.overview-components-dark.just-perfection .search-section-content,
|
||||
/* remove the rectangular background from the dash */
|
||||
.overview-components-dark #dash .overview-tile {
|
||||
.overview-components-dark #dash .overview-tile,
|
||||
.overview-components-dark #dashtopanelScrollview .overview-tile {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@ -332,6 +360,10 @@
|
||||
.overview-components-dark .overview-tile:focus,
|
||||
.overview-components-dark .overview-tile:selected,
|
||||
.overview-components-dark .overview-tile:highlighted,
|
||||
.overview-components-dark .grid-search-result:hover,
|
||||
.overview-components-dark .grid-search-result:focus,
|
||||
.overview-components-dark .grid-search-result:selected,
|
||||
.overview-components-dark .grid-search-result:highlighted,
|
||||
.overview-components-dark .list-search-result:hover,
|
||||
.overview-components-dark .list-search-result:focus,
|
||||
.overview-components-dark .list-search-result:selected,
|
||||
@ -354,6 +386,10 @@
|
||||
.overview-components-dark .overview-tile:drop,
|
||||
.overview-components-dark .overview-tile:selected:hover,
|
||||
.overview-components-dark .overview-tile:highlighted:hover,
|
||||
.overview-components-dark .grid-search-result:active,
|
||||
.overview-components-dark .grid-search-result:focus:hover,
|
||||
.overview-components-dark .grid-search-result:selected:hover,
|
||||
.overview-components-dark .grid-search-result:highlighted:hover,
|
||||
.overview-components-dark .list-search-result:active,
|
||||
.overview-components-dark .list-search-result:focus:hover,
|
||||
.overview-components-dark .list-search-result:selected:hover,
|
||||
@ -374,6 +410,9 @@
|
||||
.overview-components-dark .overview-tile:focus:active,
|
||||
.overview-components-dark .overview-tile:selected:active,
|
||||
.overview-components-dark .overview-tile:highlighted:active,
|
||||
.overview-components-dark .grid-search-result:focus:active,
|
||||
.overview-components-dark .grid-search-result:selected:active,
|
||||
.overview-components-dark .grid-search-result:highlighted:active,
|
||||
.overview-components-dark .list-search-result:focus:active,
|
||||
.overview-components-dark .list-search-result:selected:active,
|
||||
.overview-components-dark .list-search-result:highlighted:active,
|
||||
|
||||
Reference in New Issue
Block a user