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;
}
.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 {

Loading…
Cancel
Save