mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-02 23:44:37 +01:00
29 lines
531 B
CSS
29 lines
531 B
CSS
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
|
|
|
|
/* needed for modals */
|
|
.modal-backdrop {
|
|
z-index: 0;
|
|
}
|
|
|
|
input[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
|
|
cursor: pointer;
|
|
font-weight: normal;
|
|
line-height: 20px;
|
|
margin-bottom: 15px;
|
|
padding-left: 25px;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.field-error {
|
|
border-left: 4px solid rgba(255, 0, 0, 0.6);
|
|
}
|
|
|
|
.no-side-padding {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.no-padding {
|
|
padding: 0;
|
|
}
|