Adds new style
This commit is contained in:
parent
54ecbaea3c
commit
271bbff95e
13 changed files with 74 additions and 43 deletions
|
|
@ -1,33 +1,36 @@
|
|||
@import "../../library/entry.scss";
|
||||
|
||||
* {
|
||||
color: $foreground;
|
||||
$background: rgba(30, 30, 30, 0.8);
|
||||
$foreground: #ffffff;
|
||||
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
#window {
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
box#main {
|
||||
background-color: $background;
|
||||
box-shadow: $box-shadow;
|
||||
border: none;
|
||||
border: 1px solid $color2;
|
||||
border-radius: $border-radius;
|
||||
color: $foreground;
|
||||
box-shadow: $box-shadow-inner-less;
|
||||
}
|
||||
|
||||
|
||||
list {
|
||||
entry {
|
||||
padding: $input-padding;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
color: $foreground
|
||||
}
|
||||
|
||||
list#main {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
padding: 0.5rem;
|
||||
//padding: 0.5rem;
|
||||
}
|
||||
|
||||
list#plugin {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
label#match-desc {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue