91 lines
1.1 KiB
CSS
91 lines
1.1 KiB
CSS
* {
|
|
color: white;
|
|
}
|
|
|
|
#window {
|
|
background: none;
|
|
}
|
|
|
|
#box {
|
|
background: #c0ffff30;
|
|
padding: 7px;
|
|
|
|
border: 1px solid #ffffff50;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#search,
|
|
#typeahead {
|
|
border-radius: 0;
|
|
outline: none;
|
|
outline-width: 0px;
|
|
box-shadow: none;
|
|
border-bottom: none;
|
|
border: none;
|
|
background: #e0ffff30;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#typeahead {
|
|
background: none;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
#search placeholder {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
#search text {
|
|
padding-left: 7px;
|
|
}
|
|
|
|
#list {
|
|
background: none;
|
|
}
|
|
|
|
#list *:selected {
|
|
border-radius: 5px;
|
|
border: 1px solid #ffffff30;
|
|
background: #e0ffff20;
|
|
}
|
|
|
|
.item {
|
|
padding: 5px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.icon {
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.textwrapper {
|
|
}
|
|
|
|
.label {
|
|
}
|
|
|
|
.sub {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.activationlabel {
|
|
opacity: 0.25;
|
|
}
|
|
|
|
.activation .activationlabel {
|
|
opacity: 1;
|
|
color: #76946a;
|
|
}
|
|
|
|
.activation .textwrapper,
|
|
.activation .icon,
|
|
.activation .search {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
#spinner { opacity: 0 }
|
|
#spinner.visible { opacity: 1 }
|