admin.css
646 lines
| 1 | #siteorigin-custom-css { |
| 2 | color: #333; |
| 3 | margin: 0 0 0 -20px; |
| 4 | } |
| 5 | #siteorigin-custom-css h2 { |
| 6 | background: #f8f8f8; |
| 7 | padding: 20px; |
| 8 | border-bottom: 1px solid #d0d0d0; |
| 9 | margin-bottom: 20px; |
| 10 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.035); |
| 11 | } |
| 12 | #siteorigin-custom-css h2 .icon { |
| 13 | width: 40px; |
| 14 | height: auto; |
| 15 | margin: -8px 10px -8px 0; |
| 16 | } |
| 17 | #siteorigin-custom-css .notice { |
| 18 | margin: 0 20px 20px 20px; |
| 19 | } |
| 20 | #siteorigin-custom-css #poststuff { |
| 21 | padding: 0 20px; |
| 22 | } |
| 23 | #siteorigin-custom-css #poststuff .postbox { |
| 24 | border: 1px solid #D0D0D0; |
| 25 | } |
| 26 | #siteorigin-custom-css #poststuff .postbox h3.hndle { |
| 27 | cursor: default; |
| 28 | border-bottom: 1px solid #D0D0D0; |
| 29 | background: #efefef; |
| 30 | position: relative; |
| 31 | } |
| 32 | #siteorigin-custom-css #poststuff .postbox h3.hndle .hide { |
| 33 | position: absolute; |
| 34 | top: 50%; |
| 35 | line-height: 1em; |
| 36 | margin-top: -0.5em; |
| 37 | right: 12px; |
| 38 | } |
| 39 | #siteorigin-custom-css #poststuff #so-custom-css-getting-started .inside { |
| 40 | padding: 0 6px 6px 6px; |
| 41 | } |
| 42 | #siteorigin-custom-css #poststuff #so-custom-css-getting-started .inside img { |
| 43 | display: block; |
| 44 | width: 100%; |
| 45 | height: auto; |
| 46 | } |
| 47 | #so-custom-css-form { |
| 48 | margin-right: 340px; |
| 49 | } |
| 50 | #so-custom-css-info { |
| 51 | width: 315px; |
| 52 | float: right; |
| 53 | } |
| 54 | #so-custom-css-info *:first-child { |
| 55 | margin-top: 0; |
| 56 | } |
| 57 | #so-custom-css-info *:last-child { |
| 58 | margin-bottom: 0; |
| 59 | } |
| 60 | #so-custom-css-revisions ol { |
| 61 | list-style: none; |
| 62 | margin: 0; |
| 63 | } |
| 64 | #so-custom-css-revisions ol li { |
| 65 | margin: 0; |
| 66 | line-height: 2.2em; |
| 67 | } |
| 68 | #so-custom-css-form .custom-css-preview iframe, |
| 69 | #so-custom-css-form .custom-css-preview #preview-navigator { |
| 70 | display: none; |
| 71 | } |
| 72 | #so-custom-css-form .custom-css-toolbar { |
| 73 | border: 1px solid #D0D0D0; |
| 74 | border-bottom: none; |
| 75 | background: #efefef; |
| 76 | padding: 8px 10px; |
| 77 | overflow: auto; |
| 78 | } |
| 79 | #so-custom-css-form .custom-css-toolbar .toolbar-function-buttons { |
| 80 | float: left; |
| 81 | } |
| 82 | #so-custom-css-form .custom-css-toolbar .toolbar-function-buttons .toolbar-functions-dropdown { |
| 83 | display: none; |
| 84 | } |
| 85 | #so-custom-css-form .custom-css-toolbar .toolbar-function-buttons ul.toolbar-buttons { |
| 86 | margin: 0; |
| 87 | } |
| 88 | #so-custom-css-form .custom-css-toolbar .toolbar-function-buttons ul.toolbar-buttons li { |
| 89 | display: inline-block; |
| 90 | margin: 0; |
| 91 | padding: 0; |
| 92 | } |
| 93 | #so-custom-css-form .custom-css-toolbar .toolbar-action-buttons { |
| 94 | float: right; |
| 95 | } |
| 96 | #so-custom-css-form .custom-css-toolbar .toolbar-action-buttons a.active { |
| 97 | border-color: #b4c4cf; |
| 98 | background-color: #e9f9ff; |
| 99 | color: #596872; |
| 100 | } |
| 101 | #so-custom-css-form .custom-css-toolbar .toolbar-action-buttons .editor-expand { |
| 102 | float: right; |
| 103 | text-decoration: none; |
| 104 | color: #666; |
| 105 | } |
| 106 | #so-custom-css-form .custom-css-toolbar .toolbar-action-buttons .editor-expand .fa-compress { |
| 107 | display: none; |
| 108 | } |
| 109 | #so-custom-css-form .custom-css-toolbar .fa { |
| 110 | font-size: 14px; |
| 111 | } |
| 112 | #so-custom-css-form .custom-css-container { |
| 113 | border: 1px solid #D0D0D0; |
| 114 | background: #f7f7f7; |
| 115 | cursor: text; |
| 116 | overflow: hidden; |
| 117 | } |
| 118 | #so-custom-css-form .custom-css-container .CodeMirror { |
| 119 | height: auto; |
| 120 | } |
| 121 | #so-custom-css-form .custom-css-container .CodeMirror-scroll { |
| 122 | min-height: 300px; |
| 123 | } |
| 124 | #so-custom-css-form .custom-css-container .CodeMirror-lines { |
| 125 | padding: 8px 0 8px 0; |
| 126 | } |
| 127 | #so-custom-css-form .custom-css-container textarea { |
| 128 | border: 0; |
| 129 | padding: 8px 0 8px 4px; |
| 130 | width: 100%; |
| 131 | min-height: 300px; |
| 132 | display: block; |
| 133 | font-family: monospace; |
| 134 | font-size: 13px; |
| 135 | line-height: 1.4em; |
| 136 | border-left: 1px solid #ddd; |
| 137 | margin-left: 16px; |
| 138 | } |
| 139 | #so-custom-css-form .decoration { |
| 140 | display: none; |
| 141 | } |
| 142 | #so-custom-css-form.expanded { |
| 143 | z-index: 100000; |
| 144 | position: fixed; |
| 145 | top: 0; |
| 146 | left: 0; |
| 147 | bottom: 0; |
| 148 | width: 340px; |
| 149 | } |
| 150 | #so-custom-css-form.expanded .custom-css-toolbar .editor-expand .fa-expand { |
| 151 | display: none; |
| 152 | } |
| 153 | #so-custom-css-form.expanded .custom-css-toolbar .editor-expand .fa-compress { |
| 154 | display: inline-block; |
| 155 | } |
| 156 | #so-custom-css-form.expanded .decoration { |
| 157 | display: block; |
| 158 | position: absolute; |
| 159 | top: 0; |
| 160 | bottom: 0; |
| 161 | left: 339px; |
| 162 | width: 2px; |
| 163 | background: rgba(0, 0, 0, 0.1); |
| 164 | } |
| 165 | #so-custom-css-form.expanded .description { |
| 166 | display: none; |
| 167 | } |
| 168 | #so-custom-css-form.expanded .submit { |
| 169 | display: none; |
| 170 | } |
| 171 | #so-custom-css-form.expanded .custom-css-preview { |
| 172 | position: fixed; |
| 173 | display: block; |
| 174 | top: 40px; |
| 175 | right: 0; |
| 176 | bottom: 0; |
| 177 | left: 340px; |
| 178 | background: #ffffff; |
| 179 | } |
| 180 | #so-custom-css-form.expanded .custom-css-preview #preview-navigator { |
| 181 | display: block; |
| 182 | -ms-box-sizing: border-box; |
| 183 | -moz-box-sizing: border-box; |
| 184 | -webkit-box-sizing: border-box; |
| 185 | box-sizing: border-box; |
| 186 | padding: 6px 10px; |
| 187 | position: absolute; |
| 188 | width: 100%; |
| 189 | height: 40px; |
| 190 | top: -40px; |
| 191 | background: #bbb; |
| 192 | background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bbb), color-stop(1, #eee)); |
| 193 | background: -ms-linear-gradient(bottom, #bbb, #eee); |
| 194 | background: -moz-linear-gradient(center bottom, #bbb 0%, #eee 100%); |
| 195 | background: -o-linear-gradient(#eee, #bbb); |
| 196 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#bbb', GradientType=0); |
| 197 | border-bottom: 1px solid #888; |
| 198 | } |
| 199 | #so-custom-css-form.expanded .custom-css-preview #preview-navigator input { |
| 200 | width: 100%; |
| 201 | border: 1px solid #888; |
| 202 | border-radius: 2px; |
| 203 | color: #444; |
| 204 | -webkit-box-shadow: inset 2px 2px 2px rgba( 0,0,0,0.1 ); |
| 205 | -moz-box-shadow: inset 2px 2px 2px rgba( 0,0,0,0.1 ); |
| 206 | box-shadow: inset 2px 2px 2px rgba( 0,0,0,0.1 ); |
| 207 | } |
| 208 | #so-custom-css-form.expanded .custom-css-preview #preview-iframe { |
| 209 | display: block; |
| 210 | width: 100%; |
| 211 | height: 100%; |
| 212 | overflow-x: hidden; |
| 213 | } |
| 214 | #so-custom-css-properties { |
| 215 | display: none; |
| 216 | position: fixed; |
| 217 | top: 0; |
| 218 | left: -338px; |
| 219 | bottom: 0; |
| 220 | width: 338px; |
| 221 | background: #ffffff; |
| 222 | border: 1px solid #D0D0D0; |
| 223 | overflow-y: auto; |
| 224 | z-index: 100000; |
| 225 | } |
| 226 | #so-custom-css-properties .toolbar { |
| 227 | display: block; |
| 228 | padding: 7px 10px; |
| 229 | border-bottom: 1px solid #aaa; |
| 230 | background: #F6F6F6; |
| 231 | text-align: left; |
| 232 | } |
| 233 | #so-custom-css-properties .toolbar select { |
| 234 | line-height: 1; |
| 235 | font-size: 13px; |
| 236 | max-width: 265px; |
| 237 | -webkit-transition: all 0.5s ease; |
| 238 | -moz-transition: all 0.5s ease; |
| 239 | -o-transition: all 0.5s ease; |
| 240 | transition: all 0.5s ease; |
| 241 | } |
| 242 | #so-custom-css-properties .toolbar select.highlighted { |
| 243 | background: #daeaf7; |
| 244 | } |
| 245 | #so-custom-css-properties .toolbar .close { |
| 246 | float: right; |
| 247 | margin: 2px 4px 0 0; |
| 248 | } |
| 249 | #so-custom-css-properties .section-tabs { |
| 250 | list-style: none; |
| 251 | height: auto; |
| 252 | margin: 0; |
| 253 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); |
| 254 | } |
| 255 | #so-custom-css-properties .section-tabs li { |
| 256 | box-sizing: border-box; |
| 257 | float: left; |
| 258 | width: 33.333%; |
| 259 | padding: 10px 7px; |
| 260 | border: 1px solid #aaa; |
| 261 | background: #F6F6F6; |
| 262 | font-weight: bold; |
| 263 | border-top: 0; |
| 264 | border-left: 0; |
| 265 | font-size: 13px; |
| 266 | line-height: 1em; |
| 267 | cursor: pointer; |
| 268 | white-space: nowrap; |
| 269 | overflow: hidden; |
| 270 | color: #666; |
| 271 | } |
| 272 | #so-custom-css-properties .section-tabs li:hover { |
| 273 | background: #fff; |
| 274 | } |
| 275 | #so-custom-css-properties .section-tabs li .fa { |
| 276 | float: left; |
| 277 | display: block; |
| 278 | margin: -1px 6px -1px 0; |
| 279 | font-size: 15px; |
| 280 | color: #666; |
| 281 | } |
| 282 | #so-custom-css-properties .section-tabs li:last-child { |
| 283 | border-right: 0; |
| 284 | } |
| 285 | #so-custom-css-properties .section-tabs li.active { |
| 286 | color: #444; |
| 287 | background: #e8e8e8; |
| 288 | } |
| 289 | #so-custom-css-properties .section-tabs li.active .fa { |
| 290 | color: #333; |
| 291 | } |
| 292 | #so-custom-css-properties .sections .section { |
| 293 | display: none; |
| 294 | padding: 10px; |
| 295 | } |
| 296 | #so-custom-css-properties .sections .fields-table { |
| 297 | width: 100%; |
| 298 | padding-top: 5px; |
| 299 | } |
| 300 | #so-custom-css-properties .sections .fields-table th, |
| 301 | #so-custom-css-properties .sections .fields-table td { |
| 302 | position: relative; |
| 303 | zoom: 1; |
| 304 | } |
| 305 | #so-custom-css-properties .sections .fields-table th:before, |
| 306 | #so-custom-css-properties .sections .fields-table td:before { |
| 307 | content: ''; |
| 308 | display: block; |
| 309 | } |
| 310 | #so-custom-css-properties .sections .fields-table th:after, |
| 311 | #so-custom-css-properties .sections .fields-table td:after { |
| 312 | content: ''; |
| 313 | display: table; |
| 314 | clear: both; |
| 315 | } |
| 316 | #so-custom-css-properties .sections .fields-table th[scope="row"] { |
| 317 | font-weight: bold; |
| 318 | font-size: 12px; |
| 319 | padding-right: 10px; |
| 320 | text-align: left; |
| 321 | width: 36%; |
| 322 | vertical-align: top; |
| 323 | } |
| 324 | #so-custom-css-properties .sections .fields-table td { |
| 325 | padding: 0 0 12px 0 ; |
| 326 | } |
| 327 | #so-custom-css-properties .sections .fields-table input, |
| 328 | #so-custom-css-properties .sections .fields-table select { |
| 329 | display: block; |
| 330 | margin: 0 25px 0 0; |
| 331 | border: 1px solid #c0c0c0; |
| 332 | width: 175px; |
| 333 | box-sizing: border-box; |
| 334 | border-radius: 0; |
| 335 | font-size: 12px; |
| 336 | } |
| 337 | #so-custom-css-properties .sections .fields-table .minicolors input { |
| 338 | box-sizing: border-box; |
| 339 | height: 30px; |
| 340 | padding: 5px 0 5px 30px; |
| 341 | } |
| 342 | #so-custom-css-properties .sections .fields-table .select { |
| 343 | display: block; |
| 344 | position: absolute; |
| 345 | top: 0px; |
| 346 | right: 0; |
| 347 | line-height: inherit; |
| 348 | margin: 0; |
| 349 | padding: 4px 5px 6px; |
| 350 | cursor: pointer; |
| 351 | font-size: 15px; |
| 352 | } |
| 353 | #so-custom-css-properties .sections .fields-table .select-tabs { |
| 354 | margin: 0; |
| 355 | height: 40px; |
| 356 | } |
| 357 | #so-custom-css-properties .sections .fields-table .select-tabs .select-tab { |
| 358 | cursor: pointer; |
| 359 | float: left; |
| 360 | -webkit-box-sizing: border-box; |
| 361 | -moz-box-sizing: border-box; |
| 362 | box-sizing: border-box; |
| 363 | text-align: center; |
| 364 | border: 1px solid #c0c0c0; |
| 365 | padding: 4px 2px; |
| 366 | border-right-width: 0; |
| 367 | background: #f7f7f7; |
| 368 | } |
| 369 | #so-custom-css-properties .sections .fields-table .select-tabs .select-tab .fa { |
| 370 | line-height: 14px; |
| 371 | font-size: 14px; |
| 372 | color: #777; |
| 373 | } |
| 374 | #so-custom-css-properties .sections .fields-table .select-tabs .select-tab:last-child { |
| 375 | border-right-width: 1px; |
| 376 | } |
| 377 | #so-custom-css-properties .sections .fields-table .select-tabs .select-tab:hover, |
| 378 | #so-custom-css-properties .sections .fields-table .select-tabs .select-tab.active { |
| 379 | background: #e9e9e9; |
| 380 | } |
| 381 | #so-custom-css-properties .sections .fields-table .select-tabs .select-tab:hover .fa, |
| 382 | #so-custom-css-properties .sections .fields-table .select-tabs .select-tab.active .fa { |
| 383 | color: #333; |
| 384 | } |
| 385 | #so-custom-css-properties .sections .fields-table .side-tabs { |
| 386 | height: 26px; |
| 387 | } |
| 388 | #so-custom-css-properties .sections .fields-table .side-tabs .side-tab { |
| 389 | width: 20%; |
| 390 | text-align: center; |
| 391 | padding: 5px; |
| 392 | line-height: 0; |
| 393 | } |
| 394 | #so-custom-css-properties .sections .fields-table .side-tabs .side-tab div { |
| 395 | display: inline-block; |
| 396 | width: 10px; |
| 397 | height: 10px; |
| 398 | border: 2px solid #aaa; |
| 399 | } |
| 400 | #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-all { |
| 401 | border-color: #12609b; |
| 402 | } |
| 403 | #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-top { |
| 404 | border-top-color: #12609b; |
| 405 | } |
| 406 | #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-left { |
| 407 | border-left-color: #12609b; |
| 408 | } |
| 409 | #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-bottom { |
| 410 | border-bottom-color: #12609b; |
| 411 | } |
| 412 | #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-right { |
| 413 | border-right-color: #12609b; |
| 414 | } |
| 415 | #so-custom-css-properties .sections .fields-table .sides .side > div { |
| 416 | margin-bottom: 5px; |
| 417 | } |
| 418 | #so-custom-css-properties .sections .fields-table .sides .side > div:last-child { |
| 419 | margin-bottom: 0; |
| 420 | } |
| 421 | .css-editor-snippet-browser { |
| 422 | display: none; |
| 423 | } |
| 424 | .css-editor-snippet-browser .snippet-browser-overlay { |
| 425 | position: fixed; |
| 426 | z-index: 100000; |
| 427 | top: 0; |
| 428 | left: 0; |
| 429 | right: 0; |
| 430 | bottom: 0; |
| 431 | background: rgba(0, 0, 0, 0.8); |
| 432 | } |
| 433 | .css-editor-snippet-browser .snippet-browser-dialog > div { |
| 434 | position: fixed; |
| 435 | z-index: 100001; |
| 436 | background: #fff; |
| 437 | box-sizing: border-box; |
| 438 | } |
| 439 | .css-editor-snippet-browser .snippet-browser-dialog .toolbar { |
| 440 | top: 40px; |
| 441 | left: 40px; |
| 442 | right: 40px; |
| 443 | height: 50px; |
| 444 | background: #FCFCFC; |
| 445 | border-bottom: 1px solid #dddddd; |
| 446 | overflow: hidden; |
| 447 | } |
| 448 | .css-editor-snippet-browser .snippet-browser-dialog .toolbar h1 { |
| 449 | padding: 0 16px; |
| 450 | font-size: 22px; |
| 451 | line-height: 50px; |
| 452 | margin: 0; |
| 453 | color: #444; |
| 454 | } |
| 455 | .css-editor-snippet-browser .snippet-browser-dialog .toolbar .close { |
| 456 | cursor: pointer; |
| 457 | color: #777; |
| 458 | background-color: transparent; |
| 459 | height: 50px; |
| 460 | width: 50px; |
| 461 | padding: 15px 0 0 0; |
| 462 | position: absolute; |
| 463 | text-align: center; |
| 464 | border: 0; |
| 465 | border-left: 1px solid #ddd; |
| 466 | top: 0; |
| 467 | right: 0; |
| 468 | text-decoration: none; |
| 469 | box-sizing: border-box; |
| 470 | } |
| 471 | .css-editor-snippet-browser .snippet-browser-dialog .toolbar .close:hover { |
| 472 | background: #dddddd; |
| 473 | } |
| 474 | .css-editor-snippet-browser .snippet-browser-dialog .toolbar .close .icon:before { |
| 475 | content: '\f158'; |
| 476 | font: normal 20px/1 'dashicons'; |
| 477 | vertical-align: middle; |
| 478 | -webkit-font-smoothing: antialiased; |
| 479 | -moz-osx-font-smoothing: grayscale; |
| 480 | color: #666; |
| 481 | } |
| 482 | .css-editor-snippet-browser .snippet-browser-dialog .sidebar { |
| 483 | top: 90px; |
| 484 | left: 40px; |
| 485 | bottom: 90px; |
| 486 | width: 300px; |
| 487 | background: #f3f3f3; |
| 488 | border-right: 1px solid #dddddd; |
| 489 | padding: 16px; |
| 490 | overflow: auto; |
| 491 | } |
| 492 | .css-editor-snippet-browser .snippet-browser-dialog .sidebar .snippet-search { |
| 493 | width: 100%; |
| 494 | margin-bottom: 20px; |
| 495 | padding: 8px; |
| 496 | } |
| 497 | .css-editor-snippet-browser .snippet-browser-dialog .sidebar .snippets { |
| 498 | margin: 0; |
| 499 | } |
| 500 | .css-editor-snippet-browser .snippet-browser-dialog .sidebar .snippets .snippet { |
| 501 | cursor: pointer; |
| 502 | font-size: 1.1em; |
| 503 | line-height: 1.35em; |
| 504 | margin-bottom: 20px; |
| 505 | } |
| 506 | .css-editor-snippet-browser .snippet-browser-dialog .sidebar .snippets .snippet.active { |
| 507 | font-weight: bold; |
| 508 | } |
| 509 | .css-editor-snippet-browser .snippet-browser-dialog .main { |
| 510 | top: 90px; |
| 511 | left: 340px; |
| 512 | right: 40px; |
| 513 | bottom: 90px; |
| 514 | background: #fff; |
| 515 | overflow: auto; |
| 516 | } |
| 517 | .css-editor-snippet-browser .snippet-browser-dialog .main .snippet-view { |
| 518 | padding: 20px; |
| 519 | } |
| 520 | .css-editor-snippet-browser .snippet-browser-dialog .main .snippet-view .snippet-title { |
| 521 | margin: 0 0 0.75em 0; |
| 522 | padding: 0; |
| 523 | } |
| 524 | .css-editor-snippet-browser .snippet-browser-dialog .main .snippet-view .snippet-description { |
| 525 | font-size: 1.1em; |
| 526 | color: #666; |
| 527 | margin-bottom: 2em; |
| 528 | } |
| 529 | .css-editor-snippet-browser .snippet-browser-dialog .main .snippet-view .snippet-code { |
| 530 | padding: 20px; |
| 531 | border: 1px solid #d0d0d0; |
| 532 | background: #f8f8f8; |
| 533 | } |
| 534 | .css-editor-snippet-browser .snippet-browser-dialog .buttons { |
| 535 | bottom: 40px; |
| 536 | left: 40px; |
| 537 | right: 40px; |
| 538 | height: 50px; |
| 539 | background: #FCFCFC; |
| 540 | border-top: 1px solid #dddddd; |
| 541 | text-align: right; |
| 542 | padding: 10px 20px; |
| 543 | overflow: hidden; |
| 544 | } |
| 545 | .socss-field-measurement { |
| 546 | position: relative; |
| 547 | } |
| 548 | .socss-field-measurement input.socss-field-input { |
| 549 | padding-right: 50px; |
| 550 | width: 120px !important; |
| 551 | box-sizing: border-box; |
| 552 | } |
| 553 | .socss-field-measurement .dashicons-arrow-down { |
| 554 | position: absolute; |
| 555 | top: 4px; |
| 556 | left: 97px; |
| 557 | cursor: pointer; |
| 558 | } |
| 559 | .socss-field-measurement .dropdown { |
| 560 | display: none; |
| 561 | background: #F5F5F5; |
| 562 | border: 1px solid #c0c0c0; |
| 563 | position: absolute; |
| 564 | top: 27px; |
| 565 | left: 71px; |
| 566 | width: 50px; |
| 567 | z-index: 2; |
| 568 | margin: 0; |
| 569 | box-sizing: border-box; |
| 570 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); |
| 571 | } |
| 572 | .socss-field-measurement .dropdown li { |
| 573 | padding: 5px 0; |
| 574 | text-align: center; |
| 575 | line-height: 1.1em; |
| 576 | font-size: 11px; |
| 577 | margin: 0; |
| 578 | } |
| 579 | .socss-field-measurement .dropdown li:hover, |
| 580 | .socss-field-measurement .dropdown li.active { |
| 581 | background: #e8e8e8; |
| 582 | cursor: pointer; |
| 583 | } |
| 584 | .socss-field-measurement .units { |
| 585 | position: absolute; |
| 586 | top: 5px; |
| 587 | left: 12px; |
| 588 | color: #bbb; |
| 589 | pointer-events: none; |
| 590 | } |
| 591 | .socss-diw { |
| 592 | position: absolute; |
| 593 | top: 0px; |
| 594 | left: 124px; |
| 595 | } |
| 596 | .socss-diw .inc-button, |
| 597 | .socss-diw .dec-button { |
| 598 | cursor: pointer; |
| 599 | box-sizing: border-box; |
| 600 | float: left; |
| 601 | padding: 9px; |
| 602 | user-select: none; |
| 603 | text-align: center; |
| 604 | margin: 0; |
| 605 | width: 30px; |
| 606 | height: 30px; |
| 607 | font-size: 10px; |
| 608 | } |
| 609 | .socss-diw .inc-button { |
| 610 | border-left: 0; |
| 611 | } |
| 612 | .socss-button { |
| 613 | cursor: pointer; |
| 614 | line-height: 1em; |
| 615 | display: inline-block; |
| 616 | border: 1px solid #c0c0c0; |
| 617 | background: #f7f7f7; |
| 618 | text-decoration: none; |
| 619 | padding: 6px; |
| 620 | font-weight: bold; |
| 621 | color: #555; |
| 622 | font-size: 0.95em; |
| 623 | margin-left: 5px; |
| 624 | -webkit-user-select: none; |
| 625 | -moz-user-select: none; |
| 626 | -ms-user-select: none; |
| 627 | -o-user-select: none; |
| 628 | user-select: none; |
| 629 | } |
| 630 | .socss-button:hover { |
| 631 | border-color: #b0b0b0; |
| 632 | background: #fff; |
| 633 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); |
| 634 | } |
| 635 | .socss-button:hover .fa { |
| 636 | color: #333; |
| 637 | } |
| 638 | .socss-button .fa { |
| 639 | color: #555; |
| 640 | } |
| 641 | .CodeMirror-lint-tooltip, |
| 642 | .CodeMirror-hints { |
| 643 | /* This is above the editor in full-screen mode */ |
| 644 | z-index: 100002; |
| 645 | } |
| 646 |