Regenerated
This commit is contained in:
+353
-349
File diff suppressed because it is too large
Load Diff
+11
-11
@@ -4517,26 +4517,26 @@ This is the default layout for wofi
|
|||||||
========================= */
|
========================= */
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background: rgba(0,0,0,0); /* IMPORTANT: let outer glow show */
|
||||||
border-radius: 28px;
|
|
||||||
padding: 2px; /* thickness of border */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* OUTER FRAME (fake border) */
|
||||||
#outer-box {
|
#outer-box {
|
||||||
background: rgba(30, 30, 46, 0.92);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
border-radius: 26px;
|
border-radius: 30px;
|
||||||
padding: 12px;
|
|
||||||
width: 400px;
|
|
||||||
|
|
||||||
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
|
padding: 3px; /* border thickness */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* INNER PANEL */
|
||||||
#inner-box {
|
#inner-box {
|
||||||
background: @base;
|
background: rgba(30, 30, 46, 0.95);
|
||||||
border-radius: 26px;
|
border-radius: 27px;
|
||||||
|
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
|
|
||||||
|
box-shadow: 0 10px 35px rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================
|
/* =========================
|
||||||
|
|||||||
Reference in New Issue
Block a user