mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
61 lines
1.4 KiB
CSS
61 lines
1.4 KiB
CSS
/*
|
|
- General metabox styling
|
|
*/
|
|
|
|
#um-admin-access-settings h3 {
|
|
padding: 10px 20px 10px 60px;
|
|
color: #fff;
|
|
background: #3ba1da url(../img/logo-small.png) no-repeat 12px center;
|
|
font-weight: bold;
|
|
font-size: 14px !important;
|
|
-webkit-font-smoothing: antialiased !important;
|
|
-moz-osx-font-smoothing: grayscale !important;
|
|
}
|
|
|
|
#um-admin-access-settings h4 { margin: 10px 0 4px 0!important}
|
|
|
|
#um-admin-access-settings div.handlediv {
|
|
color: #fff !important;
|
|
-webkit-font-smoothing: antialiased !important;
|
|
-moz-osx-font-smoothing: grayscale !important;
|
|
}
|
|
|
|
#um-admin-access-settings p {font-size: 13px}
|
|
|
|
#um-admin-access-settings input[type=text] {font-size: 13px}
|
|
|
|
/*
|
|
- Nav Menu
|
|
*/
|
|
|
|
.um-nav-edit * {
|
|
-webkit-font-smoothing: antialiased !important;
|
|
-moz-osx-font-smoothing: grayscale !important;
|
|
}
|
|
|
|
.um-nav-edit-h2 {
|
|
padding: 10px 20px 10px 60px;
|
|
margin: 14px 12px 0 0;
|
|
border-radius: 3px;
|
|
color: #fff;
|
|
background: #3ba1da url(../img/logo-small.png) no-repeat 12px center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.um-nav-mode {margin-top:10px}
|
|
.um-nav-roles {display: none;margin-top:5px}
|
|
|
|
/*
|
|
- jQuery Tooltips
|
|
*/
|
|
|
|
.um-admin-tip {
|
|
margin: 0 0 0 2px;
|
|
color: #3ba1da !important;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
top: -3px;
|
|
opacity: 0.8;
|
|
}
|
|
.um-admin-tip.n {margin-left: 5px}
|
|
.um-admin-tip i {cursor: pointer; vertical-align: middle; font-size: 20px; line-height: 20px;color: #3ba1da !important;} |