diff options
author | 0neGal <mail@0negal.com> | 2024-01-24 19:17:10 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-01-24 19:43:07 +0100 |
commit | 6de175f28f3cc818333db10fe164ec9a8b24e8d5 (patch) | |
tree | 428c82955832c6cc9586289535593b1c0c456e21 /src/app/css | |
parent | 7c2e3977a45a372ce4ebd08faf2a8c6a82cebec0 (diff) | |
download | Viper-6de175f28f3cc818333db10fe164ec9a8b24e8d5.tar.gz Viper-6de175f28f3cc818333db10fe164ec9a8b24e8d5.zip |
added search in settings popup
Diffstat (limited to 'src/app/css')
-rw-r--r-- | src/app/css/grid.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/css/grid.css b/src/app/css/grid.css index 2533fea..6cd2232 100644 --- a/src/app/css/grid.css +++ b/src/app/css/grid.css @@ -22,7 +22,7 @@ animation-name: none; } -.grid .el, .popup #search, +.grid .el, .popup .search, .popup #close, .popup .misc button, .option .actions select, .option .actions input { color: white; @@ -36,7 +36,7 @@ width: calc(50% - var(--spacing) * 4); } -.popup .misc, .popup #search, .option .actions input { +.popup .misc, .popup .search, .option .actions input { --height: var(--mischeight); } @@ -53,7 +53,7 @@ position: fixed; } -.popup #search, +.popup .search, .option .actions input, .option .actions select { border: none; @@ -62,7 +62,7 @@ width: calc(100% - var(--spacing) * 2); } -.popup #search:focus, +.popup .search:focus, .option .actions input:focus, .option .actions button:active { filter: brightness(1.5); |