Files
ultimatemember/assets/css/admin/common.css
T

129 lines
2.7 KiB
CSS
Raw Normal View History

2023-11-03 17:31:18 +02:00
.um-adm-ico {
font-size: 18px;
width: 18px;
text-align: center;
display: inline-block;
2024-03-11 12:43:06 +02:00
color: #7acf58;
}
.um-adm-ico.inactive {
color: #c74a4a;
}
.um-adm-ico.pointer {
cursor: pointer;
}
2023-11-03 17:31:18 +02:00
body.um-admin-modal-open {
2024-03-11 12:43:06 +02:00
overflow: hidden;
}
2023-11-03 17:31:18 +02:00
.um-admin #major-publishing-actions {
background-color: #fff !important;
2024-03-11 12:43:06 +02:00
border-top: 0;
}
2023-11-03 17:31:18 +02:00
.um-admin a.button i,
.um-admin a.button-primary i {
font-size: 15px !important;
height: 15px !important;
width: 15px !important;
text-align: center !important;
margin: 0 5px 0 0 !important;
2024-03-11 12:43:06 +02:00
display: inline-block;
}
.um-admin a.button i:before,
.um-admin a.button-primary i:before {
position: relative;
top: 1px;
}
2023-11-03 17:31:18 +02:00
.um-admin-metabox h6 {
font-size: 14px;
2024-03-11 12:43:06 +02:00
margin: 12px 0 0 0;
}
2023-11-03 17:31:18 +02:00
.um-admin-metabox h3 {
2024-03-11 12:43:06 +02:00
padding-left: 0 !important;
}
2023-11-03 17:31:18 +02:00
.um-admin-metabox h4 {
font-size: 14px;
background: #f5f5f5;
padding: 8px 4px;
2024-03-11 12:43:06 +02:00
color: #333;
}
2023-11-03 17:31:18 +02:00
.um-admin-metabox p {
2024-03-11 12:43:06 +02:00
margin: 10px 0 0 0;
}
2023-11-03 17:31:18 +02:00
.um-admin-metabox label {
display: block;
cursor: default;
padding: 0 !important;
font-size: 13px;
2024-03-11 12:43:06 +02:00
color: #666;
}
.um-admin-metabox input[type=text] {
2023-11-03 17:31:18 +02:00
height: auto !important;
width: 100%;
max-width: 100%;
display: block;
box-sizing: border-box !important;
font-size: 13px !important;
line-height: 1.4em !important;
2024-03-11 12:43:06 +02:00
padding: 4px 10px !important;
}
.um-admin-metabox input[type=text]:disabled {
opacity: 0.7 !important;
color: #aaa !important;
}
.um-admin-metabox input[type=text].small {
width: 54px;
}
.um-admin-metabox input[type=text].um-admin-error {
border-color: #c74a4a !important;
}
2023-11-03 17:31:18 +02:00
.um-admin-metabox textarea {
width: 100%;
max-width: 100%;
display: block;
box-sizing: border-box !important;
font-size: 13px !important;
line-height: 1.4em !important;
padding: 8px !important;
color: #888 !important;
min-height: 100px;
2024-03-11 12:43:06 +02:00
height: 100px;
}
.um-admin-metabox textarea.tall {
min-height: 200px;
height: 200px;
}
.um-admin-metabox textarea.um-admin-error {
border-color: #c74a4a !important;
}
2024-01-09 10:44:26 +02:00
.um .picker__box,
.um .picker__nav--prev:hover,
.um .picker__nav--next:hover {
2024-03-11 12:43:06 +02:00
background: #0085ba;
}
2024-01-09 10:44:26 +02:00
.um .picker__footer,
.um .picker__header,
.um .picker__day--infocus:hover,
.um .picker__day--outfocus:hover,
.um .picker__day--highlighted:hover,
.um .picker--focused .picker__day--highlighted,
.um .picker__list-item:hover,
.um .picker__list-item--highlighted:hover,
.um .picker--focused .picker__list-item--highlighted,
.um .picker__list-item--selected,
.um .picker__list-item--selected:hover,
.um .picker--focused .picker__list-item--selected {
2024-03-11 12:43:06 +02:00
background: #008ec2;
}
2024-01-09 10:44:26 +02:00
body.um .picker .picker__frame {
2024-03-11 12:43:06 +02:00
top: 32px;
}
2024-01-09 10:44:26 +02:00
body.um .picker .picker__footer > button:not(:disabled):not(.button) {
2024-03-11 12:43:06 +02:00
color: #fff;
}
2024-01-09 10:44:26 +02:00
body.um .picker .picker__footer > button.picker__button--close {
2024-03-11 12:43:06 +02:00
margin-top: 5px;
2024-03-27 15:27:06 +02:00
}