aboutsummaryrefslogtreecommitdiff
path: root/src/app/css/theming.css
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2023-09-16 18:17:04 +0200
committer0neGal <mail@0negal.com>2023-09-16 18:17:04 +0200
commitf3e5e1596a22c3df38a8c00a5ceadf8a5dd2967a (patch)
treea5ae56bdc7baedc22930697de9cefc171705410d /src/app/css/theming.css
parent53c19052738a4a9cc43feca31e8231c844b4d2b5 (diff)
downloadViper-f3e5e1596a22c3df38a8c00a5ceadf8a5dd2967a.tar.gz
Viper-f3e5e1596a22c3df38a8c00a5ceadf8a5dd2967a.zip
added buttons for fixing some problems and alike
I will likely add more buttons in the future, but for now this is most of the ones a user could need to repair problems.
Diffstat (limited to 'src/app/css/theming.css')
-rw-r--r--src/app/css/theming.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app/css/theming.css b/src/app/css/theming.css
index d92c42e..d16f455 100644
--- a/src/app/css/theming.css
+++ b/src/app/css/theming.css
@@ -37,10 +37,18 @@ a {
transition: filter 0.2s ease-in !important;
}
+a.disabled {
+ opacity: 0.5;
+ pointer-events: none;
+}
+
a:hover {
filter: brightness(80%) !important;
}
+input:disabled {
+ opacity: 0.5;
+}
::-webkit-scrollbar {
width: 8px !important;