Fix Add menus for light theme

pull/1/head
David Benqué 4 years ago
parent 51e35bca0c
commit b557fc9b5b

@ -130,10 +130,10 @@
margin-right: 5px; margin-right: 5px;
} }
.cp-form-creator-types { .cp-form-creator-types {
.btn-default { .btn-secondary {
background: transparent; background: transparent;
&:hover, &:not(:disabled):active, &:focus { &:hover, &:not(:disabled):active, &:focus {
background-color: @cp_buttons-default; background-color: @cryptpad_color_brand_fadest;
} }
} }
button { button {
@ -154,7 +154,7 @@
display: flex; display: flex;
flex-flow: column; flex-flow: column;
margin: 20px 0px 100px 0px; margin: 20px 0px 100px 0px;
&> div:first-child { // XXX + on the side &> div:first-child {
border-right: 1px solid fade(@cryptpad_text_col, 25%); border-right: 1px solid fade(@cryptpad_text_col, 25%);
display: flex; display: flex;
height: 100%; height: 100%;
@ -177,10 +177,10 @@
margin-right: 5px; margin-right: 5px;
} }
.cp-form-creator-types { .cp-form-creator-types {
.btn-default { .btn-secondary {
background: transparent; background: transparent;
&:hover, &:not(:disabled):active, &:focus { &:hover, &:not(:disabled):active, &:focus {
background-color: @cp_buttons-default; background-color: @cryptpad_color_brand_fadest;
} }
} }
button { button {

Loading…
Cancel
Save