Skip to content

Commit

Permalink
Improvement: LightDM - more rounded borders
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Feb 20, 2022
1 parent dda9906 commit 1a15727
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions gtk-3.0/apps/_lightdm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
#content_frame {
padding-bottom: 0.6em;
background-color: transparentize($bg_color, 0.20);
border-top-left-radius: 0.4em;
border-top-right-radius: 0.4em;
border-top-left-radius: 0.6em;
border-top-right-radius: 0.6em;
border: solid transparentize(black, 0.9);
border-width: 1px 1px 0 1px;
}
Expand All @@ -64,8 +64,8 @@
padding-bottom: 0px;
border-style: none;
background-color: transparentize($bg_color, 0.20);
border-bottom-left-radius: 0.4em;
border-bottom-right-radius: 0.4em;
border-bottom-left-radius: 0.6em;
border-bottom-right-radius: 0.6em;
border: solid transparentize(black, 0.9);
border-width: 0 1px 1px 1px;
}
Expand Down
8 changes: 4 additions & 4 deletions gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -6776,8 +6776,8 @@ ConversationListView {
#content_frame {
padding-bottom: 0.6em;
background-color: rgba(14, 17, 29, 0.8);
border-top-left-radius: 0.4em;
border-top-right-radius: 0.4em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border: solid rgba(0, 0, 0, 0.1);
border-width: 1px 1px 0 1px; }

Expand Down Expand Up @@ -6822,8 +6822,8 @@ ConversationListView {
padding-bottom: 0px;
border-style: none;
background-color: rgba(14, 17, 29, 0.8);
border-bottom-left-radius: 0.4em;
border-bottom-right-radius: 0.4em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
border: solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 1px; }

Expand Down
8 changes: 4 additions & 4 deletions gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -6776,8 +6776,8 @@ ConversationListView {
#content_frame {
padding-bottom: 0.6em;
background-color: rgba(14, 17, 29, 0.8);
border-top-left-radius: 0.4em;
border-top-right-radius: 0.4em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border: solid rgba(0, 0, 0, 0.1);
border-width: 1px 1px 0 1px; }

Expand Down Expand Up @@ -6822,8 +6822,8 @@ ConversationListView {
padding-bottom: 0px;
border-style: none;
background-color: rgba(14, 17, 29, 0.8);
border-bottom-left-radius: 0.4em;
border-bottom-right-radius: 0.4em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
border: solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 1px; }

Expand Down
8 changes: 4 additions & 4 deletions gtk-4.0/apps/_lightdm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
#content_frame {
padding-bottom: 0.6em;
background-color: transparentize($bg_color, 0.20);
border-top-left-radius: 0.4em;
border-top-right-radius: 0.4em;
border-top-left-radius: 0.6em;
border-top-right-radius: 0.6em;
border: solid transparentize(black, 0.9);
border-width: 1px 1px 0 1px;
}
Expand All @@ -64,8 +64,8 @@
padding-bottom: 0px;
border-style: none;
background-color: transparentize($bg_color, 0.20);
border-bottom-left-radius: 0.4em;
border-bottom-right-radius: 0.4em;
border-bottom-left-radius: 0.6em;
border-bottom-right-radius: 0.6em;
border: solid transparentize(black, 0.9);
border-width: 0 1px 1px 1px;
}
Expand Down
8 changes: 4 additions & 4 deletions gtk-4.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -6670,8 +6670,8 @@ ConversationListView {
#content_frame {
padding-bottom: 0.6em;
background-color: rgba(14, 17, 29, 0.8);
border-top-left-radius: 0.4em;
border-top-right-radius: 0.4em;
border-top-left-radius: 0.6em;
border-top-right-radius: 0.6em;
border: solid rgba(0, 0, 0, 0.1);
border-width: 1px 1px 0 1px; }

Expand Down Expand Up @@ -6716,8 +6716,8 @@ ConversationListView {
padding-bottom: 0px;
border-style: none;
background-color: rgba(14, 17, 29, 0.8);
border-bottom-left-radius: 0.4em;
border-bottom-right-radius: 0.4em;
border-bottom-left-radius: 0.6em;
border-bottom-right-radius: 0.6em;
border: solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 1px; }

Expand Down
8 changes: 4 additions & 4 deletions gtk-4.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -6670,8 +6670,8 @@ ConversationListView {
#content_frame {
padding-bottom: 0.6em;
background-color: rgba(14, 17, 29, 0.8);
border-top-left-radius: 0.4em;
border-top-right-radius: 0.4em;
border-top-left-radius: 0.6em;
border-top-right-radius: 0.6em;
border: solid rgba(0, 0, 0, 0.1);
border-width: 1px 1px 0 1px; }

Expand Down Expand Up @@ -6716,8 +6716,8 @@ ConversationListView {
padding-bottom: 0px;
border-style: none;
background-color: rgba(14, 17, 29, 0.8);
border-bottom-left-radius: 0.4em;
border-bottom-right-radius: 0.4em;
border-bottom-left-radius: 0.6em;
border-bottom-right-radius: 0.6em;
border: solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 1px; }

Expand Down

0 comments on commit 1a15727

Please sign in to comment.