| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- .um-admin-notice {
- border-color: #0085ba !important;
- color: #555;
- }
-
- .um-admin-notice.upgraded {
- border-color: #0085ba !important;
- color: #555;
- }
-
- .um-admin-notice.error {
- border-color: #dc3232 !important;
- color: #555;
- }
-
- .um-admin-notice a.button-primary {
- background-color: #0085ba !important;
- border-color: #0085ba !important;
- }
-
- .um-admin-notice a.button-primary:hover {
- background-color: #008ec2 !important;
- border-color: #008ec2 !important;
- }
-
- .um-admin-notice a.button-secondary {opacity: 0.7}
- .um-admin-notice a.button-secondary:hover {opacity: 0.9}
- .um-admin-notice a {text-decoration: none;color: #0085ba}
- .um-admin-notice a:hover {color: #44b0ec}
-
- .um-filter {
- padding: 12px;
- border-color: #ddd !important;
- margin: 20px 0 0 0 !important;
- font-size: 14px;
- line-height: 24px;
- }
-
- /*
- - General metabox styling
- */
-
- #um-admin-access-settings h3 {
- padding: 10px 20px 10px 60px;
- color: #fff;
- background: #0085ba 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: #0085ba 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: #0085ba !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: #0085ba !important;}
- a.um-delete{ color: #a00; }
-
-
-
- /* Roles metabox + table features */
- .um-metabox-section .description {
- font-style: italic;
- }
-
- .um-metabox-section th {
- width: 35%;
- }
-
- .wp-list-table.roles .column-core,
- .wp-list-table.roles .column-users,
- .wp-list-table.roles .column-admin_access,
- .wp-list-table.roles .column-priority {
- width:15%;
- text-align: center !important;
- }
-
- @media screen and (max-width: 782px) {
- .wp-list-table.roles .column-core,
- .wp-list-table.roles .column-users,
- .wp-list-table.roles .column-admin_access,
- .wp-list-table.roles .column-priority {
- text-align: left !important;
- }
- }
-
- #um-admin-form-wp-capabilities .um-metadata-line th {
- width: auto;
- }
-
- #um-admin-form-wp-capabilities .um-metadata-line td {
- width: 20px;
- }
-
- #um_edit_role #titlewrap > span {
- width: 40px;
- font-size: 24px;
- float:left;
- display: block;
- line-height: 37px;
- }
-
- #um-roles .row-actions .reset a {
- color:#a00;
- }
-
- #um-roles .row-actions .reset a:hover {
- color:red;
- }
-
-
- /*Tooltip*/
- .ui-tooltip.um_tooltip {
- padding: 8px;
- color: #eeeeee !important;
- background: #333 !important;
- position: absolute;
- z-index: 1000000;
- max-width: 300px;
- font-size: 12px;
- border-radius: 5px;
- border: none !important;
- text-shadow: none !important;
- }
-
- .ui-tooltip.um_tooltip a {
- color: #eeeeee !important;
- }
-
- .um_tooltip.dashicons,
- .um_tooltip.dashicons:before {
- height:22px;
- }
-
- .um_tooltip.dashicons-editor-help::before {
- float: left;
- font-size: 20px;
- line-height: 20px;
- color: #333 !important;
- }
- .um_tooltip {
- cursor: pointer;
- vertical-align: middle;
- }
- .um_tooltip:hover {
- opacity: 1;
- }
-
- .um_tooltip:hover:before {
- opacity: 0.8;
- }
-
-
- .wp-admin p.um-nav-roles label input[type=checkbox] {
- margin-top: 0 !important;
- }
-
- .wp-admin p.um-nav-roles label {
- margin-top: 2px !important;
- margin-bottom: 2px !important;
- }
-
- /*
- - Restrict access
- */
-
- .um_hidden_notice,
- .um_block_settings .um_block_settings_hide{
- display: none;
- }
- .um_block_settings .components-select-control .components-select-control__input[multiple]{
- height: auto;
- }
- .um_block_settings .components-select-control .components-select-control__input[multiple] + .components-input-control__suffix{
- display: none;
- }
-
|