ok
This commit is contained in:
parent
01ed78ad67
commit
f3b3130ca3
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ window.bar {
|
||||||
/* background-color: @theme_bg_color; */
|
/* background-color: @theme_bg_color; */
|
||||||
background: rgba(0, 0, 0, .1);
|
background: rgba(0, 0, 0, .1);
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
min-height: 4rem;
|
min-height: 5rem;
|
||||||
|
border-style: 2px solid #ea4c88;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
Loading…
Reference in a new issue