123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- /*** PANEL ***/
- /*
- * `.transparent-panel`
- */
- #panel.transparent-panel {
- background: transparent;
- transition-duration: 500ms;
- }
- /*
- * `.dark-panel`
- */
- #panel.dark-panel {
- background-color: rgba(100, 100, 100, 0.35);
- box-shadow: none;
- transition-duration: 500ms;
- }
- /*
- * `.light-panel`
- */
- #panel.light-panel {
- background-color: rgba(200, 200, 200, 0.2);
- box-shadow: none;
- transition-duration: 500ms;
- }
- /*
- * `.contrasted-panel`
- */
- #panel.contrasted-panel {
- background-color: transparent;
- box-shadow: none;
- transition-duration: 500ms;
- }
- .contrasted-panel .panel-button,
- .contrasted-panel .clock,
- .contrasted-panel .clock-display StIcon {
- color: #ffffff;
- border-radius: 14px;
- border: 3px solid transparent;
- background-color: rgba(0, 0, 0, 0.8);
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
- }
- .contrasted-panel .clock-display StIcon {
- padding: 8px;
- margin: 0;
- }
- .contrasted-panel .panel-button:hover,
- .contrasted-panel .panel-button:hover .clock {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0.8);
- }
- .contrasted-panel .clock-display {
- background-color: transparent !important;
- box-shadow: none !important;
- border: none !important;
- }
- .contrasted-panel .clock {
- margin: 0 !important;
- }
- /*** DASH ***/
- /*
- * `.transparent-dash`
- */
- .transparent-dash .dash-background {
- background-color: transparent !important;
- }
- /*
- * `.light-dash`
- */
- .light-dash .dash-background {
- background-color: rgba(200, 200, 200, 0.2) !important;
- }
- /*
- * `.dark-dash`
- */
- .dark-dash .dash-background {
- background-color: rgba(100, 100, 100, 0.35) !important;
- }
- /*** OVERVIEW ***/
- /*
- * Add transparency to the workspace animation (between workspaces)
- */
- .blurred-overview .workspace-animation {
- background-color: transparent !important;
- }
- /*
- * `.overview-components-transparent`
- */
- .overview-components-transparent .workspace-thumbnail {
- background-color: rgba(0, 0, 0, 0);
- border: 1px solid rgba(100, 100, 100, 0.35);
- }
- .overview-components-transparent .search-entry {
- color: white;
- background-color: rgba(0, 0, 0, 0);
- border-color: transparent;
- box-shadow: none;
- }
- .overview-components-transparent .search-entry .search-entry-icon {
- color: rgba(255, 255, 255, 0.65);
- }
- .overview-components-transparent .search-section-content {
- border: none;
- box-shadow: none;
- }
- .overview-components-transparent .search-section-content,
- .overview-components-transparent .app-folder .overview-icon {
- background-color: rgba(0, 0, 0, 0);
- }
- /* prevents the extension from interfering with Just Perfection */
- .overview-components-transparent.just-perfection .search-section-content {
- background-color: transparent;
- }
- .overview-components-transparent .app-folder .overview-icon {
- border-color: transparent;
- }
- .overview-components-transparent .app-folder:hover .overview-icon,
- .overview-components-transparent .app-folder:focus .overview-icon {
- background-color: rgba(230, 230, 230, 0.08);
- }
- .overview-components-transparent .app-folder:active .overview-icon,
- .overview-components-transparent .app-folder:focus:hover .overview-icon,
- .overview-components-transparent .app-folder:drop .overview-icon {
- background-color: rgba(230, 230, 230, 0.12);
- }
- .overview-components-transparent .app-folder:focus:active .overview-icon {
- background-color: rgba(230, 230, 230, 0.15);
- }
- /* this shouldn't apply to Dash to Dock */
- .overview-components-transparent StBoxLayout>StWidget>#dash>.dash-background {
- background-color: rgba(0, 0, 0, 0);
- }
- /*
- * `.overview-components-light`
- */
- .overview-components-light .workspace-thumbnail {
- background-color: rgba(200, 200, 200, 0.2);
- }
- .overview-components-light .search-entry {
- color: white;
- background-color: rgba(200, 200, 200, 0.2);
- border-color: transparent;
- box-shadow: none;
- }
- .overview-components-light .search-entry .search-entry-icon {
- color: rgba(255, 255, 255, 0.65);
- }
- .overview-components-light .search-section-content {
- border: none;
- box-shadow: none;
- }
- .overview-components-light .search-section-content,
- .overview-components-light .app-folder .overview-icon {
- background-color: rgba(200, 200, 200, 0.2);
- }
- /* prevents the extension from interfering with Just Perfection */
- .overview-components-light.just-perfection .search-section-content {
- background-color: transparent;
- }
- .overview-components-light .app-folder .overview-icon {
- border-color: transparent;
- }
- .overview-components-light .app-folder:hover .overview-icon,
- .overview-components-light .app-folder:focus .overview-icon {
- background-color: rgba(230, 230, 230, 0.2);
- }
- .overview-components-light .app-folder:active .overview-icon,
- .overview-components-light .app-folder:focus:hover .overview-icon,
- .overview-components-light .app-folder:drop .overview-icon {
- background-color: rgba(230, 230, 230, 0.25);
- }
- .overview-components-light .app-folder:focus:active .overview-icon {
- background-color: rgba(230, 230, 230, 0.3);
- }
- /* this shouldn't apply to Dash to Dock */
- .overview-components-light StBoxLayout>StWidget>#dash>.dash-background {
- background-color: rgba(200, 200, 200, 0.2);
- }
- /*
- * `.overview-components-dark`
- */
- .overview-components-dark .workspace-thumbnail {
- background-color: rgba(100, 100, 100, 0.35);
- }
- .overview-components-dark .search-entry {
- color: white;
- background-color: rgba(100, 100, 100, 0.35);
- border-color: transparent;
- box-shadow: none;
- }
- .overview-components-dark .search-entry .search-entry-icon {
- color: rgba(255, 255, 255, 0.65);
- }
- .overview-components-dark .search-section-content {
- border: none;
- box-shadow: none;
- }
- .overview-components-dark .search-section-content,
- .overview-components-dark .app-folder .overview-icon {
- background-color: rgba(100, 100, 100, 0.35);
- }
- /* prevents the extension from interfering with Just Perfection */
- .overview-components-dark.just-perfection .search-section-content {
- background-color: transparent;
- }
- .overview-components-dark .app-folder .overview-icon {
- border-color: transparent;
- }
- .overview-components-dark .app-folder:hover .overview-icon,
- .overview-components-dark .app-folder:focus .overview-icon {
- background-color: rgba(120, 120, 120, 0.35);
- }
- .overview-components-dark .app-folder:active .overview-icon,
- .overview-components-dark .app-folder:focus:hover .overview-icon,
- .overview-components-dark .app-folder:drop .overview-icon {
- background-color: rgba(120, 120, 120, 0.4);
- }
- .overview-components-dark .app-folder:focus:active .overview-icon {
- background-color: rgba(120, 120, 120, 0.45);
- }
- /* this shouldn't apply to Dash to Dock */
- .overview-components-dark StBoxLayout>StWidget>#dash>.dash-background {
- background-color: rgba(100, 100, 100, 0.35);
- }
- /*** APPFOLDER DIALOG ***/
- /*
- * `.appfolder-dialogs-transparent`
- */
- .appfolder-dialogs-transparent {
- background-color: rgba(0, 0, 0, 0);
- border: none;
- box-shadow: none;
- }
- .appfolder-dialogs-transparent .folder-name-entry {
- color: white;
- background-color: rgba(0, 0, 0, 0);
- border: 0;
- box-shadow: none;
- }
- /*
- * `.appfolder-dialogs-light`
- */
- .appfolder-dialogs-light {
- background-color: rgba(200, 200, 200, 0.2);
- border: none;
- box-shadow: none;
- }
- .appfolder-dialogs-light .folder-name-entry {
- color: white;
- background-color: rgba(200, 200, 200, 0.2);
- border: 0;
- box-shadow: none;
- }
- /*
- * `.appfolder-dialogs-dark`
- */
- .appfolder-dialogs-dark {
- background-color: rgba(100, 100, 100, 0.35);
- border: none;
- box-shadow: none;
- }
- .appfolder-dialogs-dark .folder-name-entry {
- color: white;
- background-color: rgba(100, 100, 100, 0.35);
- border: 0;
- box-shadow: none;
- }
|