Regenerated
This commit is contained in:
+346
-346
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -4512,16 +4512,16 @@ This is the default layout for wofi
|
||||
#main {
|
||||
background-color: @base;
|
||||
border: 1px solid @surface0;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
padding: 20px;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
#input {
|
||||
background-color: @surface0;
|
||||
color: @text;
|
||||
border: 1px solid @surface1;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@@ -4531,35 +4531,35 @@ This is the default layout for wofi
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
0.2
|
||||
0.6
|
||||
); /* very light grey, very transparent */
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
border-radius: 30px;
|
||||
padding: 5px 10px;
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
#entry:focus {
|
||||
background-color: @surface1;
|
||||
background-color: @surface0;
|
||||
color: @lavender;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: @surface0;
|
||||
color: @text;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
}
|
||||
|
||||
#scrollbar {
|
||||
background-color: @surface0;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
#scrollbar.handle {
|
||||
background-color: @blue;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
}
|
||||
|
||||
#+END_SRC
|
||||
|
||||
@@ -11,16 +11,16 @@
|
||||
#main {
|
||||
background-color: @base;
|
||||
border: 1px solid @surface0;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
padding: 20px;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
#input {
|
||||
background-color: @surface0;
|
||||
color: @text;
|
||||
border: 1px solid @surface1;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@@ -30,33 +30,33 @@
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
0.2
|
||||
0.6
|
||||
); /* very light grey, very transparent */
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
border-radius: 30px;
|
||||
padding: 5px 10px;
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
#entry:focus {
|
||||
background-color: @surface1;
|
||||
background-color: @surface0;
|
||||
color: @lavender;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: @surface0;
|
||||
color: @text;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
}
|
||||
|
||||
#scrollbar {
|
||||
background-color: @surface0;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
#scrollbar.handle {
|
||||
background-color: @blue;
|
||||
border-radius: 10px; /* Rounded corners */
|
||||
border-radius: 30px; /* Rounded corners */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user