Update the gnome 48 dark theme patch to include the rounded corners on the laptop variant
This commit is contained in:
parent
2d3ce46f3e
commit
ea536fe48c
1 changed files with 20 additions and 3 deletions
|
@ -116,7 +116,7 @@ index 9aff431..1760eda 100644
|
||||||
// plus + 2px for the border (box-shadow)
|
// plus + 2px for the border (box-shadow)
|
||||||
width: $ripple_size + 2px;
|
width: $ripple_size + 2px;
|
||||||
diff --git a/gnome-shell-sass/widgets/_panel.scss b/gnome-shell-sass/widgets/_panel.scss
|
diff --git a/gnome-shell-sass/widgets/_panel.scss b/gnome-shell-sass/widgets/_panel.scss
|
||||||
index 2a29eee..80e93f9 100644
|
index 2a29eee..9bfae4f 100644
|
||||||
--- a/gnome-shell-sass/widgets/_panel.scss
|
--- a/gnome-shell-sass/widgets/_panel.scss
|
||||||
+++ b/gnome-shell-sass/widgets/_panel.scss
|
+++ b/gnome-shell-sass/widgets/_panel.scss
|
||||||
@@ -1,8 +1,8 @@
|
@@ -1,8 +1,8 @@
|
||||||
|
@ -188,7 +188,24 @@ index 2a29eee..80e93f9 100644
|
||||||
|
|
||||||
.clock {
|
.clock {
|
||||||
// the highlighted child
|
// the highlighted child
|
||||||
@@ -151,7 +162,14 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
@@ -97,6 +108,16 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
+ @if $laptop {
|
||||||
|
+ #panelActivities {
|
||||||
|
+ border-radius: 18px 3px 3px 3px;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ #panelRight > *:last-child > * {
|
||||||
|
+ border-radius: 3px 18px 3px 3px;
|
||||||
|
+ }
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
// transparent panel on overview, lock & login screens
|
||||||
|
&:overview,
|
||||||
|
&.unlock-screen,
|
||||||
|
@@ -151,7 +172,14 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
||||||
|
|
||||||
// spacing between power icon and (optional) percentage label
|
// spacing between power icon and (optional) percentage label
|
||||||
.power-status.panel-status-indicators-box {
|
.power-status.panel-status-indicators-box {
|
||||||
|
@ -203,7 +220,7 @@ index 2a29eee..80e93f9 100644
|
||||||
}
|
}
|
||||||
|
|
||||||
// important privacy related indicators
|
// important privacy related indicators
|
||||||
@@ -174,7 +192,11 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
@@ -174,7 +202,11 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
||||||
.clock-display-box {
|
.clock-display-box {
|
||||||
spacing: 2px;
|
spacing: 2px;
|
||||||
.clock {
|
.clock {
|
||||||
|
|
Loading…
Add table
Reference in a new issue