master
vinceliuice 3 years ago
parent 1825a18602
commit bff9a7c343

@ -88,6 +88,10 @@
scrolledwindow.sidebar.categories { // AppMenu
background-color: $fill;
button.category-button {
border-radius: 0;
}
}
treeview.view.sidebar { //AppMenu (Elementary) old version
@ -367,7 +371,7 @@
color: on($panel, secondary);
font-weight: 500;
&.transparent { background-color: $scrim; }
&.transparent { background-color: $panel; }
.bottom & {
&.dock-mode {
@ -528,6 +532,10 @@
}
}
}
.lock-keys {
image:disabled { color: on($panel, secondary-disabled); }
}
}
%underscores {
@ -575,9 +583,13 @@ $pos_list: ((top, bottom), (bottom, top), (left, right), (right, left));
@if $panel_style == "float" {
margin: 8px 6px 6px;
border-radius: $corner-radius;
scrollbar {
background-color: transparent;
}
}
> box { margin-bottom: -10px; } // remove extra space between box and .raven-header.bottom
// > box { margin-bottom: -10px; } // remove extra space between box and .raven-header.bottom
stackswitcher.linked {
margin: 6px 16px;
@ -619,7 +631,7 @@ $pos_list: ((top, bottom), (bottom, top), (left, right), (right, left));
border-style: solid none;
border-width: 1px;
border-color: $divider;
background-color: $base;
background-color: transparent;
// &.middle { border-bottom-style: none; } // applet background between two headers
@ -665,6 +677,12 @@ $pos_list: ((top, bottom), (bottom, top), (left, right), (right, left));
}
}
}
levelbar {
&, trough, block {
border-radius: $circular-radius;
}
}
}
// Calendar
@ -776,12 +794,6 @@ image.raven-mpris {
padding: $space-size * 2;
}
.budgie-panel {
.lock-keys {
image:disabled { color: on($panel, secondary-disabled); }
}
}
.drop-shadow {
margin: 5px 9px;
padding: $space-size;

@ -7151,6 +7151,10 @@ MsdOsdWindow.background.osd .progressbar {
background-color: rgba(0, 0, 0, 0.04);
}
.budgie-popover scrolledwindow.sidebar.categories button.category-button {
border-radius: 0;
}
.budgie-popover treeview.view.sidebar {
background: none;
border-right: none;
@ -7421,7 +7425,7 @@ MsdOsdWindow.background.osd .progressbar {
}
.budgie-panel.transparent {
background-color: #242424;
background-color: rgba(33, 33, 33, 0.65);
}
.bottom .budgie-panel.dock-mode {
@ -7588,6 +7592,10 @@ MsdOsdWindow.background.osd .progressbar {
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(255, 255, 255, 0.3);
}
.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button {
border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
@ -7647,8 +7655,8 @@ frame.raven-frame > border {
border-radius: 10px;
}
.raven > box {
margin-bottom: -10px;
.raven scrollbar {
background-color: transparent;
}
.raven stackswitcher.linked {
@ -7690,7 +7698,7 @@ frame.raven-frame > border {
border-style: solid none;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-color: transparent;
}
.raven .raven-background > overlay > widget > image {
@ -7739,6 +7747,10 @@ frame.raven-frame > border {
padding-left: 12px;
}
.raven levelbar, .raven levelbar trough, .raven levelbar block {
border-radius: 9999px;
}
calendar.raven-calendar {
border-style: none;
background-color: transparent;
@ -7834,10 +7846,6 @@ image.raven-mpris {
padding: 8px;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(255, 255, 255, 0.3);
}
.drop-shadow {
margin: 5px 9px;
padding: 4px;

@ -7147,6 +7147,10 @@ MsdOsdWindow.background.osd .progressbar {
background-color: rgba(255, 255, 255, 0.04);
}
.budgie-popover scrolledwindow.sidebar.categories button.category-button {
border-radius: 0;
}
.budgie-popover treeview.view.sidebar {
background: none;
border-right: none;
@ -7417,7 +7421,7 @@ MsdOsdWindow.background.osd .progressbar {
}
.budgie-panel.transparent {
background-color: #242424;
background-color: rgba(33, 33, 33, 0.65);
}
.bottom .budgie-panel.dock-mode {
@ -7584,6 +7588,10 @@ MsdOsdWindow.background.osd .progressbar {
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(255, 255, 255, 0.3);
}
.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button {
border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
@ -7643,8 +7651,8 @@ frame.raven-frame > border {
border-radius: 10px;
}
.raven > box {
margin-bottom: -10px;
.raven scrollbar {
background-color: transparent;
}
.raven stackswitcher.linked {
@ -7686,7 +7694,7 @@ frame.raven-frame > border {
border-style: solid none;
border-width: 1px;
border-color: rgba(255, 255, 255, 0.12);
background-color: #2C2C2C;
background-color: transparent;
}
.raven .raven-background > overlay > widget > image {
@ -7735,6 +7743,10 @@ frame.raven-frame > border {
padding-left: 12px;
}
.raven levelbar, .raven levelbar trough, .raven levelbar block {
border-radius: 9999px;
}
calendar.raven-calendar {
border-style: none;
background-color: transparent;
@ -7830,10 +7842,6 @@ image.raven-mpris {
padding: 8px;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(255, 255, 255, 0.3);
}
.drop-shadow {
margin: 5px 9px;
padding: 4px;

@ -7147,6 +7147,10 @@ MsdOsdWindow.background.osd .progressbar {
background-color: rgba(255, 255, 255, 0.04);
}
.budgie-popover scrolledwindow.sidebar.categories button.category-button {
border-radius: 0;
}
.budgie-popover treeview.view.sidebar {
background: none;
border-right: none;
@ -7417,7 +7421,7 @@ MsdOsdWindow.background.osd .progressbar {
}
.budgie-panel.transparent {
background-color: #242424;
background-color: rgba(33, 33, 33, 0.65);
}
.bottom .budgie-panel.dock-mode {
@ -7584,6 +7588,10 @@ MsdOsdWindow.background.osd .progressbar {
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(255, 255, 255, 0.3);
}
.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button {
border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
@ -7643,8 +7651,8 @@ frame.raven-frame > border {
border-radius: 12px;
}
.raven > box {
margin-bottom: -10px;
.raven scrollbar {
background-color: transparent;
}
.raven stackswitcher.linked {
@ -7686,7 +7694,7 @@ frame.raven-frame > border {
border-style: solid none;
border-width: 1px;
border-color: rgba(255, 255, 255, 0.12);
background-color: #2C2C2C;
background-color: transparent;
}
.raven .raven-background > overlay > widget > image {
@ -7735,6 +7743,10 @@ frame.raven-frame > border {
padding-left: 12px;
}
.raven levelbar, .raven levelbar trough, .raven levelbar block {
border-radius: 9999px;
}
calendar.raven-calendar {
border-style: none;
background-color: transparent;
@ -7830,10 +7842,6 @@ image.raven-mpris {
padding: 12px;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(255, 255, 255, 0.3);
}
.drop-shadow {
margin: 5px 9px;
padding: 6px;

@ -7150,6 +7150,10 @@ MsdOsdWindow.background.osd .progressbar {
background-color: rgba(0, 0, 0, 0.04);
}
.budgie-popover scrolledwindow.sidebar.categories button.category-button {
border-radius: 0;
}
.budgie-popover treeview.view.sidebar {
background: none;
border-right: none;
@ -7420,7 +7424,7 @@ MsdOsdWindow.background.osd .progressbar {
}
.budgie-panel.transparent {
background-color: #242424;
background-color: rgba(242, 242, 242, 0.65);
}
.bottom .budgie-panel.dock-mode {
@ -7587,6 +7591,10 @@ MsdOsdWindow.background.osd .progressbar {
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(0, 0, 0, 0.26);
}
.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button {
border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
@ -7646,8 +7654,8 @@ frame.raven-frame > border {
border-radius: 10px;
}
.raven > box {
margin-bottom: -10px;
.raven scrollbar {
background-color: transparent;
}
.raven stackswitcher.linked {
@ -7689,7 +7697,7 @@ frame.raven-frame > border {
border-style: solid none;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-color: transparent;
}
.raven .raven-background > overlay > widget > image {
@ -7738,6 +7746,10 @@ frame.raven-frame > border {
padding-left: 12px;
}
.raven levelbar, .raven levelbar trough, .raven levelbar block {
border-radius: 9999px;
}
calendar.raven-calendar {
border-style: none;
background-color: transparent;
@ -7833,10 +7845,6 @@ image.raven-mpris {
padding: 8px;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(0, 0, 0, 0.26);
}
.drop-shadow {
margin: 5px 9px;
padding: 4px;

@ -7150,6 +7150,10 @@ MsdOsdWindow.background.osd .progressbar {
background-color: rgba(0, 0, 0, 0.04);
}
.budgie-popover scrolledwindow.sidebar.categories button.category-button {
border-radius: 0;
}
.budgie-popover treeview.view.sidebar {
background: none;
border-right: none;
@ -7420,7 +7424,7 @@ MsdOsdWindow.background.osd .progressbar {
}
.budgie-panel.transparent {
background-color: #242424;
background-color: rgba(242, 242, 242, 0.65);
}
.bottom .budgie-panel.dock-mode {
@ -7587,6 +7591,10 @@ MsdOsdWindow.background.osd .progressbar {
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(0, 0, 0, 0.26);
}
.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button {
border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
@ -7646,8 +7654,8 @@ frame.raven-frame > border {
border-radius: 12px;
}
.raven > box {
margin-bottom: -10px;
.raven scrollbar {
background-color: transparent;
}
.raven stackswitcher.linked {
@ -7689,7 +7697,7 @@ frame.raven-frame > border {
border-style: solid none;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-color: transparent;
}
.raven .raven-background > overlay > widget > image {
@ -7738,6 +7746,10 @@ frame.raven-frame > border {
padding-left: 12px;
}
.raven levelbar, .raven levelbar trough, .raven levelbar block {
border-radius: 9999px;
}
calendar.raven-calendar {
border-style: none;
background-color: transparent;
@ -7833,10 +7845,6 @@ image.raven-mpris {
padding: 12px;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(0, 0, 0, 0.26);
}
.drop-shadow {
margin: 5px 9px;
padding: 6px;

@ -7151,6 +7151,10 @@ MsdOsdWindow.background.osd .progressbar {
background-color: rgba(0, 0, 0, 0.04);
}
.budgie-popover scrolledwindow.sidebar.categories button.category-button {
border-radius: 0;
}
.budgie-popover treeview.view.sidebar {
background: none;
border-right: none;
@ -7421,7 +7425,7 @@ MsdOsdWindow.background.osd .progressbar {
}
.budgie-panel.transparent {
background-color: #242424;
background-color: rgba(33, 33, 33, 0.65);
}
.bottom .budgie-panel.dock-mode {
@ -7588,6 +7592,10 @@ MsdOsdWindow.background.osd .progressbar {
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(255, 255, 255, 0.3);
}
.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button {
border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
@ -7647,8 +7655,8 @@ frame.raven-frame > border {
border-radius: 12px;
}
.raven > box {
margin-bottom: -10px;
.raven scrollbar {
background-color: transparent;
}
.raven stackswitcher.linked {
@ -7690,7 +7698,7 @@ frame.raven-frame > border {
border-style: solid none;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-color: transparent;
}
.raven .raven-background > overlay > widget > image {
@ -7739,6 +7747,10 @@ frame.raven-frame > border {
padding-left: 12px;
}
.raven levelbar, .raven levelbar trough, .raven levelbar block {
border-radius: 9999px;
}
calendar.raven-calendar {
border-style: none;
background-color: transparent;
@ -7834,10 +7846,6 @@ image.raven-mpris {
padding: 12px;
}
.budgie-panel .lock-keys image:disabled {
color: rgba(255, 255, 255, 0.3);
}
.drop-shadow {
margin: 5px 9px;
padding: 6px;

Loading…
Cancel
Save