You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
958 B
CSS

/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
input[type="text"].sw-text-input {
border: 2px dashed red !important;
width: 100%;
color: black !important;
background: white !important;
border-radius: 0px;
}
.sw-editable {
border: 2px dashed red !important;
}
button.note-btn, .note-modal button {
box-shadow: none;
color: #333 !important;
}
.note-modal .close {
color: #000 !important;
}
.note-modal .checkbox label input[type="checkbox"] {
opacity: 1;
margin-right: 1px;
appearance: checkbox;
-moz-appearance: checkbox;
-webkit-appearance: checkbox;
-ms-appearance: checkbox;
}
.sw-editbtn {
border: 2px dashed red !important;
color: black !important;
background: white !important;
border-radius: 0px;
z-index: 99999;
}