Add About screen, list of recently opened vaults, category filtering
This commit is contained in:
@ -19,10 +19,10 @@ body {
|
||||
--titlebar-height: 46px;
|
||||
--titlebar-height: 0px;
|
||||
--label-background: #ddd;
|
||||
--selected-background: #c9c9c9;
|
||||
--selected-background: #d5d5d5;
|
||||
--hover-background: #ddd;
|
||||
--border-color: #ddd;
|
||||
--monospace: D2Coding, source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
||||
--border-color: #e3e3e3;
|
||||
--monospace: D2Coding, "source-code-pro", Menlo, Monaco, Consolas, "Courier New",
|
||||
monospace;
|
||||
}
|
||||
|
||||
@ -69,7 +69,7 @@ input {
|
||||
@mixin input {
|
||||
@include scheme(background-color, #fff, #2d2d2d);
|
||||
border-radius: 6px;
|
||||
border: 1px solid;
|
||||
border: 1px solid #fff;
|
||||
@include scheme(border-color, #cdc7c2, #1b1b1b);
|
||||
transition: 0.1s;
|
||||
&:focus {
|
||||
@ -83,7 +83,6 @@ input[type="number"],
|
||||
input[type="password"] {
|
||||
@include input;
|
||||
border-radius: 6px;
|
||||
border: 1px solid;
|
||||
color: inherit;
|
||||
outline: none;
|
||||
padding: 7px 8px;
|
||||
@ -110,7 +109,8 @@ input[type="checkbox" i] {
|
||||
}
|
||||
|
||||
button,
|
||||
select {
|
||||
select,
|
||||
.button {
|
||||
@include scheme(background-color, #f6f5f4, #333);
|
||||
border-radius: 4px;
|
||||
border: 1px solid;
|
||||
|
Reference in New Issue
Block a user