diff options
Diffstat (limited to 'web_src/less/themes/theme-arc-green.less')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 7f989e1721..e7933e0cc0 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -1784,12 +1784,12 @@ a.ui.labels .label:hover { border-right-color: var(--color-secondary) !important; } -.editor-toolbar a { +.editor-toolbar button { color: #87ab63 !important; } -.editor-toolbar a.active, -.editor-toolbar a:hover { +.editor-toolbar button.active, +.editor-toolbar button:hover { background: #2a2e3a; border-color: transparent; } |