diff options
author | 0neGal <mail@0negal.com> | 2022-04-13 22:38:18 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-04-13 22:39:19 +0200 |
commit | b0e0e919ee5d94a3a0d935018f08d3b0fa603245 (patch) | |
tree | 9dafbfd6e01f761323934e813c611fd628a4c1c0 /src/app/main.css | |
parent | 476c421b1ebf594b375ebdc53bb60a30c9a78e3c (diff) | |
download | Viper-b0e0e919ee5d94a3a0d935018f08d3b0fa603245.tar.gz Viper-b0e0e919ee5d94a3a0d935018f08d3b0fa603245.zip |
the user can now manually select a language
This allows someone to have their system in any language, and then have
Viper in a separate language. This is also useful for testing.
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/main.css b/src/app/main.css index 3f542ec..87d89e0 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -129,7 +129,7 @@ button { transition: 0.15s ease-in-out; } -.popup .el, .popup #search, .option .actions input, .popup #close, .popup .misc button { +.popup .el, .popup #search, .option .actions select, .option .actions input, .popup #close, .popup .misc button { color: white; display: flex; align-items: center; @@ -149,7 +149,7 @@ button { display: flex; } -.popup #search, .option .actions input { +.popup #search, .option .actions input, .option .actions select { border: none; outline: none; transition: filter 0.15s ease-in-out; @@ -292,7 +292,7 @@ button { margin-top: calc(var(--padding) / 3); } -.option .actions input { +.option .actions input, .option .actions select { width: 100%; margin: 0px; --spacing: calc(var(--padding) / 3); |