From b557fc9b5b2722c9cbd1e83b9fb6013c041806c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 11 Jun 2021 12:05:23 +0100 Subject: [PATCH] Fix Add menus for light theme --- www/form/app-form.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 69be4a7cc..aba360851 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -130,10 +130,10 @@ margin-right: 5px; } .cp-form-creator-types { - .btn-default { + .btn-secondary { background: transparent; &:hover, &:not(:disabled):active, &:focus { - background-color: @cp_buttons-default; + background-color: @cryptpad_color_brand_fadest; } } button { @@ -154,7 +154,7 @@ display: flex; flex-flow: column; margin: 20px 0px 100px 0px; - &> div:first-child { // XXX + on the side + &> div:first-child { border-right: 1px solid fade(@cryptpad_text_col, 25%); display: flex; height: 100%; @@ -177,10 +177,10 @@ margin-right: 5px; } .cp-form-creator-types { - .btn-default { + .btn-secondary { background: transparent; &:hover, &:not(:disabled):active, &:focus { - background-color: @cp_buttons-default; + background-color: @cryptpad_color_brand_fadest; } } button {