nixdots/home/programs/graphical/launchers/walker/style.css

136 lines
1.5 KiB
CSS
Raw Normal View History

2024-08-07 18:19:47 +00:00
#window,
#box,
#search,
#password,
#input,
#typeahead,
#spinner,
#list,
child,
scrollbar,
slider,
#item,
#text,
#label,
#sub,
#activationlabel {
all: unset;
2024-06-10 17:55:38 +00:00
}
#window {
2024-08-07 18:19:47 +00:00
background: none;
2024-06-10 17:55:38 +00:00
}
#box {
2024-08-07 18:19:47 +00:00
background: #303446;
padding: 16px;
border-radius: 8px;
box-shadow:
0 19px 38px rgba(0, 0, 0, 0.3),
0 15px 12px rgba(0, 0, 0, 0.22);
2024-06-10 17:55:38 +00:00
}
2024-08-07 18:19:47 +00:00
scrollbar {
background: none;
padding-left: 8px;
}
2024-06-10 17:55:38 +00:00
2024-08-07 18:19:47 +00:00
slider {
min-width: 2px;
background: #7f849c;
opacity: 0.5;
}
#search {
}
#password,
#input,
2024-06-10 17:55:38 +00:00
#typeahead {
2024-08-07 18:19:47 +00:00
background: #363a4f;
background: none;
2024-06-10 17:55:38 +00:00
box-shadow: none;
2024-08-07 18:19:47 +00:00
border-radius: 0px;
border-radius: 32px;
color: #c6d0f5;
padding-left: 12px;
padding-right: 12px;
2024-06-10 17:55:38 +00:00
}
2024-08-07 18:19:47 +00:00
#input {
background: none;
2024-06-10 17:55:38 +00:00
}
2024-08-07 18:19:47 +00:00
#input > *:first-child,
#typeahead > *:first-child {
color: #7f849c;
margin-right: 7px;
}
#input > *:last-child,
#typeahead > *:last-child {
color: #7f849c;
}
#spinner {
2024-06-10 17:55:38 +00:00
}
#typeahead {
2024-08-07 18:19:47 +00:00
color: #89b4fa;
2024-06-10 17:55:38 +00:00
}
2024-08-07 18:19:47 +00:00
#input placeholder {
2024-06-10 17:55:38 +00:00
opacity: 0.5;
}
#list {
}
2024-08-07 18:19:47 +00:00
child {
border-radius: 8px;
color: #cad3f5;
padding: 4px;
2024-06-10 17:55:38 +00:00
}
2024-08-07 18:19:47 +00:00
child:selected,
child:hover {
background: #414559;
box-shadow: none;
color: #cad3f5;
2024-06-10 17:55:38 +00:00
}
2024-08-07 18:19:47 +00:00
#item {
2024-06-10 17:55:38 +00:00
}
2024-08-07 18:19:47 +00:00
#icon {
}
2024-06-10 17:55:38 +00:00
2024-08-07 18:19:47 +00:00
#text {
}
2024-06-10 17:55:38 +00:00
2024-08-07 18:19:47 +00:00
#label {
font-weight: bold;
color: #cad3f5;
}
#sub {
2024-06-10 17:55:38 +00:00
opacity: 0.5;
2024-08-07 18:19:47 +00:00
color: #cad3f5;
2024-06-10 17:55:38 +00:00
}
2024-08-07 18:19:47 +00:00
#activationlabel {
opacity: 0.5;
padding-right: 4px;
2024-06-10 17:55:38 +00:00
}
2024-08-07 18:19:47 +00:00
.activation #activationlabel {
font-weight: bold;
color: #89b4fa;
2024-06-10 17:55:38 +00:00
opacity: 1;
}
2024-08-07 18:19:47 +00:00
.activation #text,
.activation #icon,
.activation #search {
2024-06-10 17:55:38 +00:00
}