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