master 2023-03-18
vinceliuice 3 years ago
parent 8b5b038bfa
commit 1bc01aa8fa

9
.gitignore vendored

@ -1,12 +1,3 @@
.DS_store
.sass-cache
*-temp.scss
release/Orchis-Green.tar.xz
release/Orchis-Grey.tar.xz
release/Orchis-Orange.tar.xz
release/Orchis-Pink.tar.xz
release/Orchis-Purple.tar.xz
release/Orchis-Red.tar.xz
release/Orchis-Teal.tar.xz
release/Orchis-Yellow.tar.xz
release/Orchis.tar.xz

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1707,18 +1707,24 @@ menubar,
menu {
margin: $space-size / 2; // See https://bugzilla.gnome.org/show_bug.cgi?id=591258
padding: $space-size;
box-shadow: inset 0 1px highlight($surface);
background-color: $surface;
background-clip: border-box;
border-radius: $menu-radius;
background:not(.popup) & {
.background > & {
border-radius: $menu-radius;
box-shadow: inset 0 1px highlight($surface);
}
.background:not(.popup) > & {
border: 1px solid $frame; // adds borders in a non composited env
border-radius: 0;
box-shadow: none;
}
.csd & {
.background.csd > & {
border: none; // axes borders in a composited env
border-radius: $menu-radius;
box-shadow: inset 0 1px highlight($surface);
}
menuitem {

@ -80,14 +80,14 @@
// .lightdm-gtk-greeter button {}
// the user's avatar box
#user_image {
border-radius: $corner-radius;
}
// #user_image {
// border-radius: $corner-radius;
// }
// the border around the user's avatar box
#user_image_border {
border-radius: $corner-radius;
}
// #user_image_border {
// border-radius: $corner-radius;
// }
// the lower half of the login-window, in GtkDialog terms the buttonbox or action area
#buttonbox_frame {

@ -1845,19 +1845,25 @@ menubar > menuitem label:disabled,
menu {
margin: 2px;
padding: 4px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
}
.background > menu {
border-radius: 9px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
background:not(.popup) menu {
.background:not(.popup) > menu {
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0;
box-shadow: none;
}
.csd menu {
.background.csd > menu {
border: none;
border-radius: 9px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
menu menuitem {
@ -8131,14 +8137,6 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
padding-bottom: 16px;
}
#user_image {
border-radius: 10px;
}
#user_image_border {
border-radius: 10px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -1845,19 +1845,25 @@ menubar > menuitem label:disabled,
menu {
margin: 2px;
padding: 4px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
background-color: #3C3C3C;
background-clip: border-box;
}
.background > menu {
border-radius: 9px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
background:not(.popup) menu {
.background:not(.popup) > menu {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
box-shadow: none;
}
.csd menu {
.background.csd > menu {
border: none;
border-radius: 9px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
menu menuitem {
@ -8127,14 +8133,6 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
padding-bottom: 16px;
}
#user_image {
border-radius: 10px;
}
#user_image_border {
border-radius: 10px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -1845,19 +1845,25 @@ menubar > menuitem label:disabled,
menu {
margin: 3px;
padding: 6px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
background-color: #3C3C3C;
background-clip: border-box;
}
.background > menu {
border-radius: 11px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
background:not(.popup) menu {
.background:not(.popup) > menu {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
box-shadow: none;
}
.csd menu {
.background.csd > menu {
border: none;
border-radius: 11px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
menu menuitem {
@ -8127,14 +8133,6 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
padding-bottom: 16px;
}
#user_image {
border-radius: 12px;
}
#user_image_border {
border-radius: 12px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -1845,19 +1845,25 @@ menubar > menuitem label:disabled,
menu {
margin: 2px;
padding: 4px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
}
.background > menu {
border-radius: 9px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
background:not(.popup) menu {
.background:not(.popup) > menu {
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0;
box-shadow: none;
}
.csd menu {
.background.csd > menu {
border: none;
border-radius: 9px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
menu menuitem {
@ -8130,14 +8136,6 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
padding-bottom: 16px;
}
#user_image {
border-radius: 10px;
}
#user_image_border {
border-radius: 10px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -1845,19 +1845,25 @@ menubar > menuitem label:disabled,
menu {
margin: 3px;
padding: 6px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
}
.background > menu {
border-radius: 11px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
background:not(.popup) menu {
.background:not(.popup) > menu {
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0;
box-shadow: none;
}
.csd menu {
.background.csd > menu {
border: none;
border-radius: 11px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
menu menuitem {
@ -8130,14 +8136,6 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
padding-bottom: 16px;
}
#user_image {
border-radius: 12px;
}
#user_image_border {
border-radius: 12px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -1845,19 +1845,25 @@ menubar > menuitem label:disabled,
menu {
margin: 3px;
padding: 6px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
}
.background > menu {
border-radius: 11px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
background:not(.popup) menu {
.background:not(.popup) > menu {
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0;
box-shadow: none;
}
.csd menu {
.background.csd > menu {
border: none;
border-radius: 11px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
menu menuitem {
@ -8131,14 +8137,6 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
padding-bottom: 16px;
}
#user_image {
border-radius: 12px;
}
#user_image_border {
border-radius: 12px;
}
#buttonbox_frame {
padding-top: 24px;
}

Loading…
Cancel
Save