Regenerated
This commit is contained in:
+328
-355
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -971,7 +971,7 @@ These are config files for .config/wofi
|
||||
@import url("file:///home/henrov/.config/shared/colors.css");
|
||||
|
||||
/* Global styles */
|
||||
* {
|
||||
* {
|
||||
background-color: transparent;
|
||||
color: @text;
|
||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
||||
@@ -991,7 +991,7 @@ These are config files for .config/wofi
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
/* --- DMENU menu (half height, same style) --- */
|
||||
/* --- DMENU menu --- */
|
||||
#dmenu {
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
@@ -1001,7 +1001,7 @@ These are config files for .config/wofi
|
||||
padding: 10px; /* smaller padding for half-height */
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
||||
width: 800px;
|
||||
height: 300px; /* half the height of #main */
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
/* Input field */
|
||||
|
||||
@@ -8,15 +8,30 @@
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
/* Main menu container with gradient border */
|
||||
/* --- DRUN menu (full size) --- */
|
||||
#main {
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box, /* Inner fill */
|
||||
linear-gradient(45deg, @blue, @green) border-box; /* Gradient border */
|
||||
border: 2px solid transparent; /* Required for border-box layering */
|
||||
border: 2px solid transparent; /* required for border-box layering */
|
||||
border-radius: 30px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
/* --- DMENU menu --- */
|
||||
#dmenu {
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
border-radius: 30px;
|
||||
padding: 10px; /* smaller padding for half-height */
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
||||
width: 800px;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
/* Input field */
|
||||
@@ -37,6 +52,7 @@
|
||||
padding: 5px 10px;
|
||||
margin: 2px 0;
|
||||
border: 2px solid transparent; /* needed for gradient on selection */
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
/* Entry focus (hover or typing) */
|
||||
|
||||
Reference in New Issue
Block a user