summaryrefslogtreecommitdiffstats
path: root/css/app.css
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-11-10 16:12:37 -0500
committerZach DeCook <zachdecook@gmail.com>2018-11-10 16:12:37 -0500
commit2f6e9478bb76c1f562582bac250a57ad14bf8795 (patch)
tree14903f1be5258e30d38a4919209bb5221d55b640 /css/app.css
parent49719f84c719f535dc650f9f1d1964083c4ef09b (diff)
* Style: Allow to be themed using nextcloud's predefined CSS variables
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index e3b96fc84..73ffe9957 100644
--- a/css/app.css
+++ b/css/app.css
@@ -22,7 +22,7 @@
#undo {
z-index:101;
- background-color:#fc4;
+ background-color:var(--color-warning);
border:0;
padding:0 .7em .3em;
display:none;