aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-12-19 12:09:47 +0100
committerEduardo Morales <emoral435@gmail.com>2023-12-19 10:20:33 -0600
commitacfb8ef551291ba976f80a4aca88c5bebe67aef1 (patch)
treea84c8a115c1a10c0dfef9fb4994afae45fc9ca66 /apps/theming/css
parent74f6995bdb6fa85426048ac87cea7ed94902686f (diff)
downloadnextcloud-server-acfb8ef551291ba976f80a4aca88c5bebe67aef1.tar.gz
nextcloud-server-acfb8ef551291ba976f80a4aca88c5bebe67aef1.zip
fix(theming): Adjust `color-error` and `color-success` to work for input border colors
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index 19d874e5a8e..157e28982c0 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -21,10 +21,10 @@
/** @deprecated use `--color-text-maxcontrast` instead */
--color-text-lighter: var(--color-text-maxcontrast);
--color-scrollbar: rgba(34,34,34, .15);
- --color-error: #C00505;
- --color-error-rgb: 192,5,5;
- --color-error-hover: #c72424;
- --color-error-text: #C00505;
+ --color-error: #DB0606;
+ --color-error-rgb: 219,6,6;
+ --color-error-hover: #df2525;
+ --color-error-text: #c20505;
--color-warning: #A37200;
--color-warning-rgb: 163,114,0;
--color-warning-hover: #8a6000;