dashboard-style.css (1702B)
1 .about-wrap #setting-error-notice { 2 display: block !important; 3 max-width: calc(100% - 205px); 4 } 5 6 .svg .envato-theme-license-logo.wp-badge { 7 background-image: url("../images/logo.png"); 8 background-position: center center; 9 background-color: #e3e3e3; 10 } 11 body .ui-tooltip { 12 border-width: 2px; 13 } 14 .ui-tooltip { 15 padding: 8px; 16 position: absolute; 17 z-index: 9999; 18 max-width: 300px; 19 -webkit-box-shadow: 0 0 5px #aaa; 20 box-shadow: 0 0 5px #aaa; 21 background: #000; 22 color: #fff; 23 } 24 mark { 25 background: transparent none repeat scroll 0 0; 26 } 27 .value_need_increase { 28 background: red none repeat scroll 0 0; 29 } 30 .value_success{ 31 background: #20b25a none repeat scroll 0 0; 32 } 33 .value_success,.value_need_increase { 34 border-radius: 5px; 35 color: black; 36 float: left; 37 font-weight: bold; 38 padding: 0 10px; 39 margin-right: 10px; 40 } 41 #debug-report { 42 display: none; 43 } 44 .updated.electrician-message.inline { 45 border-left: 0 none; 46 margin: 0; 47 } 48 .electrician_status_table { 49 margin-top: 20px !important; 50 } 51 52 .systemerrorshow_notification { 53 background: red none repeat scroll 0 0; 54 border-radius: 50%; 55 font-size: 13px; 56 height: 20px; 57 position: absolute; 58 text-align: center; 59 top: -10px; 60 width: 20px; 61 } 62 .systemerrorshow_notification_count { 63 color: white; 64 position: relative; 65 top: 50%; 66 transform: translateY(-50%); 67 } 68 .nav-tab.nav-tab-active { 69 position: relative; 70 } 71 .nav-tab-wrapper { 72 margin-bottom: 20px; 73 } 74 .about-wrap .feature-section .support-message p { 75 margin: 0; 76 max-width: 100%; 77 } 78 .about-wrap #getting-started .feature-section { 79 padding: 0; 80 } 81 #envato_activate_checkbox { 82 display: block; 83 }