mirror of https://github.com/xwiki-labs/cryptpad
removed comments
This commit is contained in:
parent
531941b17d
commit
f47a1a9927
|
@ -112,9 +112,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
//button.cp-button-confirm-placeholder:not(.new) {
|
||||
// margin-bottom: 3px !important;
|
||||
//}
|
||||
|
||||
button.btn {
|
||||
background-color: @cp_buttons-cancel;
|
||||
|
@ -127,7 +124,6 @@
|
|||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
//font-weight: bold;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
border-radius: @variables_radius;
|
||||
|
@ -193,7 +189,6 @@
|
|||
background-color: @cp_buttons-primary;
|
||||
color: @cp_buttons-primary-text;
|
||||
border-color: @cp_buttons-primary-border;
|
||||
//font-weight: bold;
|
||||
&:hover, &:not(:disabled):active, &:focus {
|
||||
color: @cp_buttons-primary-text;
|
||||
border-color: @cp_buttons-primary-border;
|
||||
|
|
Loading…
Reference in New Issue