theme: re-render with sassc
pardon, pardon!
This commit is contained in:
parent
ec9b2cef7d
commit
fcdb73752e
@ -118,6 +118,7 @@ StEntry {
|
|||||||
/* Scrollbars */
|
/* Scrollbars */
|
||||||
StScrollView.vfade {
|
StScrollView.vfade {
|
||||||
-st-vfade-offset: 68px; }
|
-st-vfade-offset: 68px; }
|
||||||
|
|
||||||
StScrollView.hfade {
|
StScrollView.hfade {
|
||||||
-st-hfade-offset: 68px; }
|
-st-hfade-offset: 68px; }
|
||||||
|
|
||||||
@ -152,14 +153,18 @@ StScrollBar {
|
|||||||
/* Check Boxes */
|
/* Check Boxes */
|
||||||
.check-box StBoxLayout {
|
.check-box StBoxLayout {
|
||||||
spacing: .8em; }
|
spacing: .8em; }
|
||||||
|
|
||||||
.check-box StBin {
|
.check-box StBin {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-image: url("resource:///org/gnome/shell/theme/checkbox-off.svg"); }
|
background-image: url("resource:///org/gnome/shell/theme/checkbox-off.svg"); }
|
||||||
|
|
||||||
.check-box:focus StBin {
|
.check-box:focus StBin {
|
||||||
background-image: url("resource:///org/gnome/shell/theme/checkbox-off-focused.svg"); }
|
background-image: url("resource:///org/gnome/shell/theme/checkbox-off-focused.svg"); }
|
||||||
|
|
||||||
.check-box:checked StBin {
|
.check-box:checked StBin {
|
||||||
background-image: url("resource:///org/gnome/shell/theme/checkbox.svg"); }
|
background-image: url("resource:///org/gnome/shell/theme/checkbox.svg"); }
|
||||||
|
|
||||||
.check-box:focus:checked StBin {
|
.check-box:focus:checked StBin {
|
||||||
background-image: url("resource:///org/gnome/shell/theme/checkbox-focused.svg"); }
|
background-image: url("resource:///org/gnome/shell/theme/checkbox-focused.svg"); }
|
||||||
|
|
||||||
@ -346,6 +351,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.mount-dialog-app-list-item-icon:ltr {
|
.mount-dialog-app-list-item-icon:ltr {
|
||||||
padding-right: 17px; }
|
padding-right: 17px; }
|
||||||
|
|
||||||
.mount-dialog-app-list-item-icon:rtl {
|
.mount-dialog-app-list-item-icon:rtl {
|
||||||
padding-left: 17px; }
|
padding-left: 17px; }
|
||||||
|
|
||||||
@ -444,6 +450,7 @@ StScrollBar {
|
|||||||
.extension-dialog .message-dialog-main-layout {
|
.extension-dialog .message-dialog-main-layout {
|
||||||
spacing: 24px;
|
spacing: 24px;
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.extension-dialog .message-dialog-title {
|
.extension-dialog .message-dialog-title {
|
||||||
color: #b2b2a9; }
|
color: #b2b2a9; }
|
||||||
|
|
||||||
@ -701,9 +708,17 @@ StScrollBar {
|
|||||||
#panel .panel-button .system-status-icon {
|
#panel .panel-button .system-status-icon {
|
||||||
icon-size: 1.09em;
|
icon-size: 1.09em;
|
||||||
padding: 0 5px; }
|
padding: 0 5px; }
|
||||||
.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button {
|
.unlock-screen #panel .panel-button,
|
||||||
|
.login-screen #panel .panel-button,
|
||||||
|
.lock-screen #panel .panel-button {
|
||||||
color: white; }
|
color: white; }
|
||||||
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active {
|
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active,
|
||||||
|
.login-screen #panel .panel-button:focus,
|
||||||
|
.login-screen #panel .panel-button:hover,
|
||||||
|
.login-screen #panel .panel-button:active,
|
||||||
|
.lock-screen #panel .panel-button:focus,
|
||||||
|
.lock-screen #panel .panel-button:hover,
|
||||||
|
.lock-screen #panel .panel-button:active {
|
||||||
color: white; }
|
color: white; }
|
||||||
#panel .panel-status-indicators-box,
|
#panel .panel-status-indicators-box,
|
||||||
#panel .panel-status-menu-box {
|
#panel .panel-status-menu-box {
|
||||||
@ -777,6 +792,7 @@ StScrollBar {
|
|||||||
.events-section-title:hover,
|
.events-section-title:hover,
|
||||||
.events-section-title:focus {
|
.events-section-title:focus {
|
||||||
background-color: #0d0d0d; }
|
background-color: #0d0d0d; }
|
||||||
|
|
||||||
.datemenu-today-button:active,
|
.datemenu-today-button:active,
|
||||||
.world-clocks-button:active,
|
.world-clocks-button:active,
|
||||||
.weather-button:active,
|
.weather-button:active,
|
||||||
@ -1222,6 +1238,7 @@ StScrollBar {
|
|||||||
.list-search-result:active,
|
.list-search-result:active,
|
||||||
.list-search-result:checked {
|
.list-search-result:checked {
|
||||||
background-color: rgba(23, 25, 26, 0.9); }
|
background-color: rgba(23, 25, 26, 0.9); }
|
||||||
|
|
||||||
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
|
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
|
||||||
.list-search-result:focus,
|
.list-search-result:focus,
|
||||||
.list-search-result:selected,
|
.list-search-result:selected,
|
||||||
@ -1229,7 +1246,8 @@ StScrollBar {
|
|||||||
background-color: rgba(238, 238, 236, 0.1);
|
background-color: rgba(238, 238, 236, 0.1);
|
||||||
transition-duration: 200ms; }
|
transition-duration: 200ms; }
|
||||||
|
|
||||||
.app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
|
.app-well-app:active .overview-icon,
|
||||||
|
.app-well-app:checked .overview-icon,
|
||||||
.app-well-app.app-folder:active .overview-icon,
|
.app-well-app.app-folder:active .overview-icon,
|
||||||
.app-well-app.app-folder:checked .overview-icon,
|
.app-well-app.app-folder:checked .overview-icon,
|
||||||
.show-apps:active .overview-icon,
|
.show-apps:active .overview-icon,
|
||||||
@ -1238,7 +1256,10 @@ StScrollBar {
|
|||||||
.grid-search-result:checked .overview-icon {
|
.grid-search-result:checked .overview-icon {
|
||||||
background-color: rgba(23, 25, 26, 0.9);
|
background-color: rgba(23, 25, 26, 0.9);
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7); }
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7); }
|
||||||
.app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon,
|
|
||||||
|
.app-well-app:hover .overview-icon,
|
||||||
|
.app-well-app:focus .overview-icon,
|
||||||
|
.app-well-app:selected .overview-icon,
|
||||||
.app-well-app.app-folder:hover .overview-icon,
|
.app-well-app.app-folder:hover .overview-icon,
|
||||||
.app-well-app.app-folder:focus .overview-icon,
|
.app-well-app.app-folder:focus .overview-icon,
|
||||||
.app-well-app.app-folder:selected .overview-icon,
|
.app-well-app.app-folder:selected .overview-icon,
|
||||||
@ -1635,7 +1656,8 @@ StScrollBar {
|
|||||||
|
|
||||||
.login-dialog-not-listed-label {
|
.login-dialog-not-listed-label {
|
||||||
padding-left: 2px; }
|
padding-left: 2px; }
|
||||||
.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label {
|
.login-dialog-not-listed-button:focus .login-dialog-not-listed-label,
|
||||||
|
.login-dialog-not-listed-button:hover .login-dialog-not-listed-label {
|
||||||
color: #eeeeec; }
|
color: #eeeeec; }
|
||||||
|
|
||||||
.login-dialog-not-listed-label {
|
.login-dialog-not-listed-label {
|
||||||
@ -1682,6 +1704,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.user-widget-label:ltr {
|
.user-widget-label:ltr {
|
||||||
padding-left: 18px; }
|
padding-left: 18px; }
|
||||||
|
|
||||||
.user-widget-label:rtl {
|
.user-widget-label:rtl {
|
||||||
padding-right: 18px; }
|
padding-right: 18px; }
|
||||||
|
|
||||||
@ -1809,6 +1832,7 @@ StScrollBar {
|
|||||||
.lg-dialog StEntry {
|
.lg-dialog StEntry {
|
||||||
selection-background-color: #bbbbbb;
|
selection-background-color: #bbbbbb;
|
||||||
selected-color: #333333; }
|
selected-color: #333333; }
|
||||||
|
|
||||||
.lg-dialog .shell-link {
|
.lg-dialog .shell-link {
|
||||||
color: #999999; }
|
color: #999999; }
|
||||||
.lg-dialog .shell-link:hover {
|
.lg-dialog .shell-link:hover {
|
||||||
|
@ -118,6 +118,7 @@ StEntry {
|
|||||||
/* Scrollbars */
|
/* Scrollbars */
|
||||||
StScrollView.vfade {
|
StScrollView.vfade {
|
||||||
-st-vfade-offset: 68px; }
|
-st-vfade-offset: 68px; }
|
||||||
|
|
||||||
StScrollView.hfade {
|
StScrollView.hfade {
|
||||||
-st-hfade-offset: 68px; }
|
-st-hfade-offset: 68px; }
|
||||||
|
|
||||||
@ -152,14 +153,18 @@ StScrollBar {
|
|||||||
/* Check Boxes */
|
/* Check Boxes */
|
||||||
.check-box StBoxLayout {
|
.check-box StBoxLayout {
|
||||||
spacing: .8em; }
|
spacing: .8em; }
|
||||||
|
|
||||||
.check-box StBin {
|
.check-box StBin {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-image: url("resource:///org/gnome/shell/theme/checkbox-off.svg"); }
|
background-image: url("resource:///org/gnome/shell/theme/checkbox-off.svg"); }
|
||||||
|
|
||||||
.check-box:focus StBin {
|
.check-box:focus StBin {
|
||||||
background-image: url("resource:///org/gnome/shell/theme/checkbox-off-focused.svg"); }
|
background-image: url("resource:///org/gnome/shell/theme/checkbox-off-focused.svg"); }
|
||||||
|
|
||||||
.check-box:checked StBin {
|
.check-box:checked StBin {
|
||||||
background-image: url("resource:///org/gnome/shell/theme/checkbox.svg"); }
|
background-image: url("resource:///org/gnome/shell/theme/checkbox.svg"); }
|
||||||
|
|
||||||
.check-box:focus:checked StBin {
|
.check-box:focus:checked StBin {
|
||||||
background-image: url("resource:///org/gnome/shell/theme/checkbox-focused.svg"); }
|
background-image: url("resource:///org/gnome/shell/theme/checkbox-focused.svg"); }
|
||||||
|
|
||||||
@ -346,6 +351,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.mount-dialog-app-list-item-icon:ltr {
|
.mount-dialog-app-list-item-icon:ltr {
|
||||||
padding-right: 17px; }
|
padding-right: 17px; }
|
||||||
|
|
||||||
.mount-dialog-app-list-item-icon:rtl {
|
.mount-dialog-app-list-item-icon:rtl {
|
||||||
padding-left: 17px; }
|
padding-left: 17px; }
|
||||||
|
|
||||||
@ -444,6 +450,7 @@ StScrollBar {
|
|||||||
.extension-dialog .message-dialog-main-layout {
|
.extension-dialog .message-dialog-main-layout {
|
||||||
spacing: 24px;
|
spacing: 24px;
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.extension-dialog .message-dialog-title {
|
.extension-dialog .message-dialog-title {
|
||||||
color: #b2b2a9; }
|
color: #b2b2a9; }
|
||||||
|
|
||||||
@ -701,9 +708,17 @@ StScrollBar {
|
|||||||
#panel .panel-button .system-status-icon {
|
#panel .panel-button .system-status-icon {
|
||||||
icon-size: 1.09em;
|
icon-size: 1.09em;
|
||||||
padding: 0 5px; }
|
padding: 0 5px; }
|
||||||
.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button {
|
.unlock-screen #panel .panel-button,
|
||||||
|
.login-screen #panel .panel-button,
|
||||||
|
.lock-screen #panel .panel-button {
|
||||||
color: white; }
|
color: white; }
|
||||||
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active {
|
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active,
|
||||||
|
.login-screen #panel .panel-button:focus,
|
||||||
|
.login-screen #panel .panel-button:hover,
|
||||||
|
.login-screen #panel .panel-button:active,
|
||||||
|
.lock-screen #panel .panel-button:focus,
|
||||||
|
.lock-screen #panel .panel-button:hover,
|
||||||
|
.lock-screen #panel .panel-button:active {
|
||||||
color: white; }
|
color: white; }
|
||||||
#panel .panel-status-indicators-box,
|
#panel .panel-status-indicators-box,
|
||||||
#panel .panel-status-menu-box {
|
#panel .panel-status-menu-box {
|
||||||
@ -777,6 +792,7 @@ StScrollBar {
|
|||||||
.events-section-title:hover,
|
.events-section-title:hover,
|
||||||
.events-section-title:focus {
|
.events-section-title:focus {
|
||||||
background-color: #454c4c; }
|
background-color: #454c4c; }
|
||||||
|
|
||||||
.datemenu-today-button:active,
|
.datemenu-today-button:active,
|
||||||
.world-clocks-button:active,
|
.world-clocks-button:active,
|
||||||
.weather-button:active,
|
.weather-button:active,
|
||||||
@ -1222,6 +1238,7 @@ StScrollBar {
|
|||||||
.list-search-result:active,
|
.list-search-result:active,
|
||||||
.list-search-result:checked {
|
.list-search-result:checked {
|
||||||
background-color: rgba(23, 25, 26, 0.9); }
|
background-color: rgba(23, 25, 26, 0.9); }
|
||||||
|
|
||||||
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
|
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
|
||||||
.list-search-result:focus,
|
.list-search-result:focus,
|
||||||
.list-search-result:selected,
|
.list-search-result:selected,
|
||||||
@ -1229,7 +1246,8 @@ StScrollBar {
|
|||||||
background-color: rgba(238, 238, 236, 0.1);
|
background-color: rgba(238, 238, 236, 0.1);
|
||||||
transition-duration: 200ms; }
|
transition-duration: 200ms; }
|
||||||
|
|
||||||
.app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
|
.app-well-app:active .overview-icon,
|
||||||
|
.app-well-app:checked .overview-icon,
|
||||||
.app-well-app.app-folder:active .overview-icon,
|
.app-well-app.app-folder:active .overview-icon,
|
||||||
.app-well-app.app-folder:checked .overview-icon,
|
.app-well-app.app-folder:checked .overview-icon,
|
||||||
.show-apps:active .overview-icon,
|
.show-apps:active .overview-icon,
|
||||||
@ -1238,7 +1256,10 @@ StScrollBar {
|
|||||||
.grid-search-result:checked .overview-icon {
|
.grid-search-result:checked .overview-icon {
|
||||||
background-color: rgba(23, 25, 26, 0.9);
|
background-color: rgba(23, 25, 26, 0.9);
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7); }
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7); }
|
||||||
.app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon,
|
|
||||||
|
.app-well-app:hover .overview-icon,
|
||||||
|
.app-well-app:focus .overview-icon,
|
||||||
|
.app-well-app:selected .overview-icon,
|
||||||
.app-well-app.app-folder:hover .overview-icon,
|
.app-well-app.app-folder:hover .overview-icon,
|
||||||
.app-well-app.app-folder:focus .overview-icon,
|
.app-well-app.app-folder:focus .overview-icon,
|
||||||
.app-well-app.app-folder:selected .overview-icon,
|
.app-well-app.app-folder:selected .overview-icon,
|
||||||
@ -1635,7 +1656,8 @@ StScrollBar {
|
|||||||
|
|
||||||
.login-dialog-not-listed-label {
|
.login-dialog-not-listed-label {
|
||||||
padding-left: 2px; }
|
padding-left: 2px; }
|
||||||
.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label {
|
.login-dialog-not-listed-button:focus .login-dialog-not-listed-label,
|
||||||
|
.login-dialog-not-listed-button:hover .login-dialog-not-listed-label {
|
||||||
color: #eeeeec; }
|
color: #eeeeec; }
|
||||||
|
|
||||||
.login-dialog-not-listed-label {
|
.login-dialog-not-listed-label {
|
||||||
@ -1682,6 +1704,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.user-widget-label:ltr {
|
.user-widget-label:ltr {
|
||||||
padding-left: 18px; }
|
padding-left: 18px; }
|
||||||
|
|
||||||
.user-widget-label:rtl {
|
.user-widget-label:rtl {
|
||||||
padding-right: 18px; }
|
padding-right: 18px; }
|
||||||
|
|
||||||
@ -1809,6 +1832,7 @@ StScrollBar {
|
|||||||
.lg-dialog StEntry {
|
.lg-dialog StEntry {
|
||||||
selection-background-color: #bbbbbb;
|
selection-background-color: #bbbbbb;
|
||||||
selected-color: #333333; }
|
selected-color: #333333; }
|
||||||
|
|
||||||
.lg-dialog .shell-link {
|
.lg-dialog .shell-link {
|
||||||
color: #999999; }
|
color: #999999; }
|
||||||
.lg-dialog .shell-link:hover {
|
.lg-dialog .shell-link:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user