Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Feb 28, 2023
1 parent 032229d commit 6e1863a
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 99 deletions.
42 changes: 27 additions & 15 deletions src/_sass/gtk/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,13 @@
background-color: if($variant=='light', $base_color, $bg_color);
box-shadow: 0 3px 5px if($variant == 'light', rgba(black, 0.12), rgba(black, 0.1)), 0 0 0 1px $borders_color;

.container {
padding: 0;
frame.container {
padding: 6px;
border: none;

.container {
padding: 0;
}
}

border { border: none; }
Expand All @@ -118,6 +122,15 @@
}
}

viewport.frame > list > row.activatable {
border-radius: $bt_radius;

button {
border: none;
background-color: transparent;
}
}

treeview.view.sidebar { //AppMenu (budgie)
background: none;
border-right: none;
Expand Down Expand Up @@ -303,12 +316,6 @@
}

&.user-menu {
padding: 6px;

frame.container { padding: 6px; }

separator { margin: 4px 0; background-color: $borders_color; }

.content-box { background-color: transparent; }

separator { margin: 4px 0; background-color: $borders_color; }
Expand Down Expand Up @@ -336,22 +343,23 @@
}

&.caffeine-popover {
frame.container { padding: 6px; }
frame.container .container { padding: 6px; }
}

&.night-light-indicator {
frame.container { padding: 6px; }
.view-header {
padding-left: 6px;
color: $alt_fg_color;
}
}

&.icon-popover {
frame.container { padding: 6px; }
separator {
margin: 3px 0;
}
}

&.places-menu {
padding: 6px;

frame.container { padding: 6px; }

.places-list:not(.always-expand) {
margin-top: 4px;
padding-top: 4px;
Expand Down Expand Up @@ -597,6 +605,10 @@ window.budgie-popover:not(.csd) {
margin-right: 6px;
}

> box > image + label { // Reset for mailneg
margin-left: -4px;
}

> box { // keyboard Layout
> widget > image { margin-left: 6px; }
> stack > widget > label { margin-right: 6px; }
Expand Down
53 changes: 25 additions & 28 deletions src/gtk/theme-3.0/gtk-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -7888,11 +7888,15 @@ MsdOsdWindow.background.osd .progressbar {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.budgie-popover .container {
padding: 0;
.budgie-popover frame.container {
padding: 6px;
border: none;
}

.budgie-popover frame.container .container {
padding: 0;
}

.budgie-popover border {
border: none;
}
Expand All @@ -7908,6 +7912,15 @@ MsdOsdWindow.background.osd .progressbar {
box-shadow: none;
}

.budgie-popover viewport.frame > list > row.activatable {
border-radius: 2px;
}

.budgie-popover viewport.frame > list > row.activatable button {
border: none;
background-color: transparent;
}

.budgie-popover treeview.view.sidebar {
background: none;
border-right: none;
Expand Down Expand Up @@ -8106,19 +8119,6 @@ MsdOsdWindow.background.osd .progressbar {
background-clip: border-box;
}

.budgie-popover.user-menu {
padding: 6px;
}

.budgie-popover.user-menu frame.container {
padding: 6px;
}

.budgie-popover.user-menu separator {
margin: 4px 0;
background-color: rgba(255, 255, 255, 0.12);
}

.budgie-popover.user-menu .content-box {
background-color: transparent;
}
Expand Down Expand Up @@ -8147,24 +8147,17 @@ MsdOsdWindow.background.osd .progressbar {
border-color: rgba(255, 255, 255, 0.12);
}

.budgie-popover.caffeine-popover frame.container {
padding: 6px;
}

.budgie-popover.night-light-indicator frame.container {
padding: 6px;
}

.budgie-popover.icon-popover frame.container {
.budgie-popover.caffeine-popover frame.container .container {
padding: 6px;
}

.budgie-popover.places-menu {
padding: 6px;
.budgie-popover.night-light-indicator .view-header {
padding-left: 6px;
color: rgba(230, 235, 239, 0.75);
}

.budgie-popover.places-menu frame.container {
padding: 6px;
.budgie-popover.icon-popover separator {
margin: 3px 0;
}

.budgie-popover.places-menu .places-list:not(.always-expand) {
Expand Down Expand Up @@ -8437,6 +8430,10 @@ window.budgie-popover:not(.csd) > frame.container > border {
margin-right: 6px;
}

.budgie-panel > box > widget > widget > box > image + label {
margin-left: -4px;
}

.budgie-panel > box > widget > widget > box > widget > image {
margin-left: 6px;
}
Expand Down
53 changes: 25 additions & 28 deletions src/gtk/theme-3.0/gtk-Light.css
Original file line number Diff line number Diff line change
Expand Up @@ -7866,11 +7866,15 @@ MsdOsdWindow.background.osd .progressbar {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.budgie-popover .container {
padding: 0;
.budgie-popover frame.container {
padding: 6px;
border: none;
}

.budgie-popover frame.container .container {
padding: 0;
}

.budgie-popover border {
border: none;
}
Expand All @@ -7886,6 +7890,15 @@ MsdOsdWindow.background.osd .progressbar {
box-shadow: none;
}

.budgie-popover viewport.frame > list > row.activatable {
border-radius: 2px;
}

.budgie-popover viewport.frame > list > row.activatable button {
border: none;
background-color: transparent;
}

.budgie-popover treeview.view.sidebar {
background: none;
border-right: none;
Expand Down Expand Up @@ -8084,19 +8097,6 @@ MsdOsdWindow.background.osd .progressbar {
background-clip: border-box;
}

.budgie-popover.user-menu {
padding: 6px;
}

.budgie-popover.user-menu frame.container {
padding: 6px;
}

.budgie-popover.user-menu separator {
margin: 4px 0;
background-color: rgba(0, 0, 0, 0.12);
}

.budgie-popover.user-menu .content-box {
background-color: transparent;
}
Expand Down Expand Up @@ -8125,24 +8125,17 @@ MsdOsdWindow.background.osd .progressbar {
border-color: rgba(0, 0, 0, 0.12);
}

.budgie-popover.caffeine-popover frame.container {
padding: 6px;
}

.budgie-popover.night-light-indicator frame.container {
padding: 6px;
}

.budgie-popover.icon-popover frame.container {
.budgie-popover.caffeine-popover frame.container .container {
padding: 6px;
}

.budgie-popover.places-menu {
padding: 6px;
.budgie-popover.night-light-indicator .view-header {
padding-left: 6px;
color: rgba(70, 72, 83, 0.75);
}

.budgie-popover.places-menu frame.container {
padding: 6px;
.budgie-popover.icon-popover separator {
margin: 3px 0;
}

.budgie-popover.places-menu .places-list:not(.always-expand) {
Expand Down Expand Up @@ -8415,6 +8408,10 @@ window.budgie-popover:not(.csd) > frame.container > border {
margin-right: 6px;
}

.budgie-panel > box > widget > widget > box > image + label {
margin-left: -4px;
}

.budgie-panel > box > widget > widget > box > widget > image {
margin-left: 6px;
}
Expand Down
53 changes: 25 additions & 28 deletions src/gtk/theme-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -7882,11 +7882,15 @@ MsdOsdWindow.background.osd .progressbar {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.budgie-popover .container {
padding: 0;
.budgie-popover frame.container {
padding: 6px;
border: none;
}

.budgie-popover frame.container .container {
padding: 0;
}

.budgie-popover border {
border: none;
}
Expand All @@ -7902,6 +7906,15 @@ MsdOsdWindow.background.osd .progressbar {
box-shadow: none;
}

.budgie-popover viewport.frame > list > row.activatable {
border-radius: 2px;
}

.budgie-popover viewport.frame > list > row.activatable button {
border: none;
background-color: transparent;
}

.budgie-popover treeview.view.sidebar {
background: none;
border-right: none;
Expand Down Expand Up @@ -8100,19 +8113,6 @@ MsdOsdWindow.background.osd .progressbar {
background-clip: border-box;
}

.budgie-popover.user-menu {
padding: 6px;
}

.budgie-popover.user-menu frame.container {
padding: 6px;
}

.budgie-popover.user-menu separator {
margin: 4px 0;
background-color: rgba(0, 0, 0, 0.12);
}

.budgie-popover.user-menu .content-box {
background-color: transparent;
}
Expand Down Expand Up @@ -8141,24 +8141,17 @@ MsdOsdWindow.background.osd .progressbar {
border-color: rgba(0, 0, 0, 0.12);
}

.budgie-popover.caffeine-popover frame.container {
padding: 6px;
}

.budgie-popover.night-light-indicator frame.container {
padding: 6px;
}

.budgie-popover.icon-popover frame.container {
.budgie-popover.caffeine-popover frame.container .container {
padding: 6px;
}

.budgie-popover.places-menu {
padding: 6px;
.budgie-popover.night-light-indicator .view-header {
padding-left: 6px;
color: rgba(70, 72, 83, 0.75);
}

.budgie-popover.places-menu frame.container {
padding: 6px;
.budgie-popover.icon-popover separator {
margin: 3px 0;
}

.budgie-popover.places-menu .places-list:not(.always-expand) {
Expand Down Expand Up @@ -8431,6 +8424,10 @@ window.budgie-popover:not(.csd) > frame.container > border {
margin-right: 6px;
}

.budgie-panel > box > widget > widget > box > image + label {
margin-left: -4px;
}

.budgie-panel > box > widget > widget > box > widget > image {
margin-left: 6px;
}
Expand Down

0 comments on commit 6e1863a

Please sign in to comment.