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 {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
border-radius: 28px;
|
||||
padding: 2px; /* thickness of border */
|
||||
background: rgba(0,0,0,0); /* IMPORTANT: let outer glow show */
|
||||
}
|
||||
|
||||
/* OUTER FRAME (fake border) */
|
||||
#outer-box {
|
||||
background: rgba(30, 30, 46, 0.92);
|
||||
border-radius: 26px;
|
||||
padding: 12px;
|
||||
width: 400px;
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
border-radius: 30px;
|
||||
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
|
||||
padding: 3px; /* border thickness */
|
||||
}
|
||||
|
||||
/* INNER PANEL */
|
||||
#inner-box {
|
||||
background: @base;
|
||||
border-radius: 26px;
|
||||
background: rgba(30, 30, 46, 0.95);
|
||||
border-radius: 27px;
|
||||
|
||||
padding: 12px;
|
||||
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