DataTables-1.10.20
4 years ago
autoupdate_banner.css
3 years ago
banner_main.css
3 years ago
cdn_page.css
3 years ago
datatables.min.css
4 years ago
jquery.tagsinput.min.css
4 years ago
multi-select.css
3 years ago
referral_program_page.css
3 years ago
settings_basic.css
3 years ago
speed.css
3 years ago
speed_elementor_dark.css
3 years ago
two_admin.css
3 years ago
two_admin_bar.css
3 years ago
two_preview.css
3 years ago
white_label.css
2 years ago
two_admin_bar.css
170 lines
| 1 | #wp-admin-bar-two_options{ |
| 2 | position: relative; |
| 3 | } |
| 4 | #two_styles_list{ |
| 5 | position: absolute; |
| 6 | border: 1px solid #000000; |
| 7 | color: #fff; |
| 8 | background-color: #0A0A0A; |
| 9 | height: 300px; |
| 10 | overflow-y: auto; |
| 11 | overflow-x: hidden; |
| 12 | padding: 10px; |
| 13 | } |
| 14 | #two_styles_list ul{ |
| 15 | display: inline-block; |
| 16 | } |
| 17 | #two_styles_list ul li{ |
| 18 | display: block; |
| 19 | border-bottom: 1px solid #5d616387; |
| 20 | } |
| 21 | #two_styles_list ul li .two_el_id{ |
| 22 | width: 250px; |
| 23 | display: block; |
| 24 | color: #f8f8f9; |
| 25 | font-size: 14px; |
| 26 | font-weight: 500; |
| 27 | } |
| 28 | #two_styles_list ul li .two_el_id span{ |
| 29 | white-space: nowrap; |
| 30 | overflow: hidden; |
| 31 | text-overflow: ellipsis; |
| 32 | width: 225px; |
| 33 | display: inline-block; |
| 34 | } |
| 35 | .two_css_options_list{ |
| 36 | display: inline-block; |
| 37 | } |
| 38 | .two_option_group label{ |
| 39 | color: #989b9e; |
| 40 | cursor: pointer !important; |
| 41 | } |
| 42 | .two_option_group{ |
| 43 | padding: 3px 0 !important; |
| 44 | } |
| 45 | |
| 46 | |
| 47 | |
| 48 | |
| 49 | #wp-admin-bar-two_options .two_option_container { |
| 50 | display: block; |
| 51 | position: relative !important; |
| 52 | padding-left: 35px; |
| 53 | cursor: pointer; |
| 54 | -webkit-user-select: none; |
| 55 | -moz-user-select: none; |
| 56 | -ms-user-select: none; |
| 57 | user-select: none; |
| 58 | } |
| 59 | #wp-admin-bar-two_options .two_option_container input { |
| 60 | position: absolute; |
| 61 | opacity: 0; |
| 62 | cursor: pointer; |
| 63 | height: 0; |
| 64 | width: 0; |
| 65 | } |
| 66 | #wp-admin-bar-two_options .wxao_checkmark { |
| 67 | position: absolute !important; |
| 68 | top: 7px; |
| 69 | left: 0; |
| 70 | height: 18px !important; |
| 71 | width: 18px !important; |
| 72 | background-color: #474d51; |
| 73 | border-radius: 50%; |
| 74 | } |
| 75 | /*#wp-admin-bar-two_options .two_option_container:hover input ~ .wxao_checkmark { |
| 76 | background-color: #ccc; |
| 77 | }*/ |
| 78 | #wp-admin-bar-two_options .two_option_container input:checked ~ .wxao_checkmark { |
| 79 | background-color: #3a4045; |
| 80 | } |
| 81 | #wp-admin-bar-two_options .wxao_checkmark:after { |
| 82 | content: ""; |
| 83 | position: absolute; |
| 84 | display: none; |
| 85 | } |
| 86 | |
| 87 | #wp-admin-bar-two_options .two_option_container input:checked ~ .wxao_checkmark:after { |
| 88 | display: block; |
| 89 | } |
| 90 | #wp-admin-bar-two_options .two_option_container .wxao_checkmark:after { |
| 91 | left: 5px; |
| 92 | top: 5px; |
| 93 | width: 7px; |
| 94 | height: 7px; |
| 95 | border: solid #35a0c6 1px; |
| 96 | border-radius: 50%; |
| 97 | background-color: #35a0c6; |
| 98 | |
| 99 | } |
| 100 | |
| 101 | /* width */ |
| 102 | #two_styles_list::-webkit-scrollbar { |
| 103 | width: 5px; |
| 104 | } |
| 105 | |
| 106 | /* Track */ |
| 107 | #two_styles_list::-webkit-scrollbar-track { |
| 108 | background: transparent; |
| 109 | } |
| 110 | |
| 111 | /* Handle */ |
| 112 | #two_styles_list::-webkit-scrollbar-thumb { |
| 113 | background: #464b50; |
| 114 | border-radius: 5px; |
| 115 | } |
| 116 | |
| 117 | /* Handle on hover */ |
| 118 | #two_styles_list::-webkit-scrollbar-thumb:hover { |
| 119 | background: #555; |
| 120 | } |
| 121 | #two_styles_list{ |
| 122 | display: none; |
| 123 | } |
| 124 | #wp-admin-bar-two_options:hover #two_styles_list{ |
| 125 | display: block; |
| 126 | } |
| 127 | .two_hidden{ |
| 128 | display: none; |
| 129 | } |
| 130 | .two_el_id{ |
| 131 | cursor: pointer; |
| 132 | -moz-user-select: none; |
| 133 | -khtml-user-select: none; |
| 134 | -webkit-user-select: none; |
| 135 | |
| 136 | /* |
| 137 | Introduced in IE 10. |
| 138 | See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ |
| 139 | */ |
| 140 | -ms-user-select: none; |
| 141 | user-select: none; |
| 142 | } |
| 143 | #two_styles_list .two_el_id{ |
| 144 | position: relative; |
| 145 | } |
| 146 | #two_styles_list .two_el_id::before{ |
| 147 | content: ""; |
| 148 | display: inline-block; |
| 149 | width: 15px; |
| 150 | height: 15px; |
| 151 | position: absolute; |
| 152 | top: 7px; |
| 153 | right: 9px; |
| 154 | background-image: url("../images/up-arrow.svg"); |
| 155 | background-size: cover; |
| 156 | } |
| 157 | .two_check_section .two_el_id::before{ |
| 158 | background-image: url("../images/up-arrow1.svg") !important; |
| 159 | } |
| 160 | |
| 161 | #two_styles_list .two_down_arrow::before{ |
| 162 | -webkit-transform:rotate(180deg); |
| 163 | -moz-transform: rotate(180deg); |
| 164 | -ms-transform: rotate(180deg); |
| 165 | -o-transform: rotate(180deg); |
| 166 | transform: rotate(180deg); |
| 167 | } |
| 168 | .two_disabled_option { |
| 169 | display: none !important; |
| 170 | } |