finish niri rice

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-01 10:36:33 +03:00
parent 67009df2a9
commit 5d9782d733
4 changed files with 110 additions and 118 deletions

View File

@ -230,8 +230,8 @@
#window {
background: @base00;
color: @base05;
border-radius: 20px;
/* border: 1px solid @base0D; */
border-radius: 9px;
border: 1px solid @base0D;
}
#box {
@ -240,7 +240,7 @@
#search {
background: @base01;
border-radius: 17px;
border-radius: 6px;
padding: 8px;
}
@ -249,12 +249,12 @@
#typeahead {
background: none;
box-shadow: none;
border-radius: 12px;
border-radius: 3px;
}
#input > *:first-child,
#typeahead > *:first-child {
margin-right: 12px;
margin-right: 3px;
border-radius: 0px;
}
@ -268,7 +268,7 @@
#list {
padding: 3px;
border-radius: 17px;
border-radius: 6px;
background: @base01;
}
@ -279,7 +279,7 @@
child:selected,
child:hover {
box-shadow: none;
border-radius: 14px;
border-radius: 3px;
background: @base02;
}