89 lines
1.4 KiB
CSS
89 lines
1.4 KiB
CSS
@import url("/home/eli/.cache/wal/colors-waybar.css");
|
|
@define-color mauve @color9;
|
|
@define-color red @color9;
|
|
@define-color lavender @color7;
|
|
@define-color text @color7;
|
|
* {
|
|
all: unset;
|
|
font-family: "CodeNewRoman Nerd Font Mono", monospace;
|
|
font-size: 18px;
|
|
outline: none;
|
|
border: none;
|
|
text-shadow: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
window {
|
|
all: unset;
|
|
padding: 20px;
|
|
border-radius: 0px;
|
|
background-color: alpha(@background, 0.5);
|
|
}
|
|
#inner-box {
|
|
margin: 2px;
|
|
padding: 5px;
|
|
border: none;
|
|
}
|
|
#outer-box {
|
|
border: none;
|
|
}
|
|
#scroll {
|
|
margin: 0px;
|
|
padding: 30px;
|
|
border: none;
|
|
}
|
|
#input {
|
|
all: unset;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
margin-top: 20px;
|
|
padding: 20px;
|
|
border: none;
|
|
outline: none;
|
|
color: @text;
|
|
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
|
|
border-radius: 10;
|
|
background-color: alpha(@background, 0.2);
|
|
}
|
|
#input image {
|
|
border: none;
|
|
color: @red;
|
|
padding-right: 10px;
|
|
}
|
|
#input * {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
#input:focus {
|
|
outline: none;
|
|
border: none;
|
|
|
|
border-radius: 10;
|
|
}
|
|
#text {
|
|
margin: 5px;
|
|
border: none;
|
|
color: @text;
|
|
outline: none;
|
|
}
|
|
#entry {
|
|
all: unset;
|
|
padding: 20 0 20 45;
|
|
}
|
|
#entry arrow {
|
|
border: none;
|
|
color: @lavender;
|
|
}
|
|
#entry:selected {
|
|
border: none;
|
|
border-radius: 20px;
|
|
background-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
#entry:selected #text {
|
|
color: @mauve;
|
|
}
|
|
#entry:drop(active) {
|
|
background-color: @lavender !important;
|
|
}
|