| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 /*! This file is auto-generated */ 2 /* 3 * Button mixin - creates a primary button effect. 4 * Uses CSS custom properties for theme color support across color schemes. 5 */ 6 /* 7 * Secondary button mixin - outlined style with theme color. 8 * Matches Gutenberg's .is-secondary button variant. 9 */ 10 /* 11 * Tertiary button mixin - transparent background, gray text. 12 */ 13 /** 14 * This function name uses British English to maintain backward compatibility, as developers 15 * may use the function in their own admin CSS files. See #56811. 16 */ 17 body { 18 background: #f0f0f0; 19 } 20 21 /* Links */ 22 a { 23 color: #0073aa; 24 } 25 a:hover, a:active, a:focus { 26 color: rgb(0, 149.5, 221); 27 } 28 29 #post-body .misc-pub-post-status:before, 30 #post-body #visibility:before, 31 .curtime #timestamp:before, 32 #post-body .misc-pub-revisions:before, 33 span.wp-media-buttons-icon:before { 34 color: currentColor; 35 } 36 37 /* Link button - appears as text link, no border or background */ 38 /* Matches Gutenberg's .is-link button variant */ 39 .wp-core-ui .button-link, 40 .wp-core-ui .button.button-link { 41 color: var(--wp-admin-theme-color); 42 } 43 .wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, 44 .wp-core-ui .button.button-link:hover, 45 .wp-core-ui .button.button-link:active { 46 color: var(--wp-admin-theme-color-darker-20); 47 } 48 .wp-core-ui .button-link:focus, 49 .wp-core-ui .button.button-link:focus { 50 color: var(--wp-admin-theme-color); 51 border-radius: 2px; 52 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color); 53 outline: 1px solid transparent; 54 } 55 .wp-core-ui .button-link:disabled, .wp-core-ui .button-link[aria-disabled=true], 56 .wp-core-ui .button.button-link:disabled, 57 .wp-core-ui .button.button-link[aria-disabled=true] { 58 color: #949494; 59 } 60 61 .media-modal .delete-attachment, 62 .media-modal .trash-attachment, 63 .media-modal .untrash-attachment, 64 .wp-core-ui .button-link-delete { 65 color: #cc1818; 66 } 67 68 .media-modal .delete-attachment:hover, 69 .media-modal .trash-attachment:hover, 70 .media-modal .untrash-attachment:hover, 71 .media-modal .delete-attachment:focus, 72 .media-modal .trash-attachment:focus, 73 .media-modal .untrash-attachment:focus, 74 .wp-core-ui .button-link-delete:hover, 75 .wp-core-ui .button-link-delete:focus { 76 color: rgb(230.6842105263, 48.3157894737, 48.3157894737); 77 } 78 79 /* Forms */ 80 input[type=checkbox]:checked { 81 background: var(--wp-admin-theme-color); 82 border-color: var(--wp-admin-theme-color); 83 } 84 85 input[type=radio]:checked { 86 background: var(--wp-admin-theme-color); 87 border-color: var(--wp-admin-theme-color); 88 } 89 90 .wp-core-ui input[type=reset]:hover, 91 .wp-core-ui input[type=reset]:active { 92 color: rgb(0, 149.5, 221); 93 } 94 95 input[type=text]:focus, 96 input[type=password]:focus, 97 input[type=color]:focus, 98 input[type=date]:focus, 99 input[type=datetime]:focus, 100 input[type=datetime-local]:focus, 101 input[type=email]:focus, 102 input[type=month]:focus, 103 input[type=number]:focus, 104 input[type=search]:focus, 105 input[type=tel]:focus, 106 input[type=time]:focus, 107 input[type=url]:focus, 108 input[type=week]:focus, 109 select:focus, 110 textarea:focus { 111 border-color: var(--wp-admin-theme-color); 112 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color); 113 } 114 115 input[type=checkbox]:focus, 116 input[type=radio]:focus { 117 border-color: #1e1e1e; 118 box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--wp-admin-theme-color); 119 outline: 2px solid transparent; 120 } 121 122 .wp-core-ui select:focus { 123 border-color: var(--wp-admin-theme-color); 124 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color); 125 } 126 127 .wp-tags-autocomplete .ui-state-focus, 128 .wp-tags-autocomplete [aria-selected=true] { 129 background-color: var(--wp-admin-theme-color); 130 } 131 132 #pass1:focus, 133 #pass1-text:focus { 134 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color); 135 } 136 137 .mailserver-pass-wrap .button.wp-hide-pw:focus { 138 border-color: var(--wp-admin-theme-color); 139 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color); 140 } 141 142 /* Core UI */ 143 .wp-core-ui { 144 /* Default button - theme color border and text (matches secondary) */ 145 } 146 .wp-core-ui .button { 147 background: transparent; 148 border: 1px solid var(--wp-admin-theme-color); 149 border-radius: 2px; 150 color: var(--wp-admin-theme-color); 151 } 152 .wp-core-ui .button:hover { 153 background: rgba(var(--wp-admin-theme-color--rgb), 0.04); 154 border-color: var(--wp-admin-theme-color-darker-20); 155 color: var(--wp-admin-theme-color-darker-20); 156 } 157 .wp-core-ui .button:focus { 158 background: transparent; 159 border-color: var(--wp-admin-theme-color); 160 color: var(--wp-admin-theme-color); 161 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color); 162 outline: 1px solid transparent; 163 } 164 .wp-core-ui .button:active { 165 background: rgba(var(--wp-admin-theme-color--rgb), 0.08); 166 border-color: var(--wp-admin-theme-color-darker-20); 167 color: var(--wp-admin-theme-color-darker-20); 168 box-shadow: none; 169 } 170 .wp-core-ui .button:disabled, .wp-core-ui .button.disabled { 171 background: transparent; 172 border-color: #dddddd; 173 color: #949494; 174 cursor: not-allowed; 175 } 176 .wp-core-ui { 177 /* Secondary button - same as default */ 178 } 179 .wp-core-ui .button-secondary { 180 background: transparent; 181 border: 1px solid var(--wp-admin-theme-color); 182 border-radius: 2px; 183 color: var(--wp-admin-theme-color); 184 } 185 .wp-core-ui .button-secondary:hover { 186 background: rgba(var(--wp-admin-theme-color--rgb), 0.04); 187 border-color: var(--wp-admin-theme-color-darker-20); 188 color: var(--wp-admin-theme-color-darker-20); 189 } 190 .wp-core-ui .button-secondary:focus { 191 background: transparent; 192 border-color: var(--wp-admin-theme-color); 193 color: var(--wp-admin-theme-color); 194 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color); 195 outline: 1px solid transparent; 196 } 197 .wp-core-ui .button-secondary:active { 198 background: rgba(var(--wp-admin-theme-color--rgb), 0.08); 199 border-color: var(--wp-admin-theme-color-darker-20); 200 color: var(--wp-admin-theme-color-darker-20); 201 box-shadow: none; 202 } 203 .wp-core-ui .button-secondary:disabled, .wp-core-ui .button-secondary.disabled { 204 background: transparent; 205 border-color: #dddddd; 206 color: #949494; 207 cursor: not-allowed; 208 } 209 .wp-core-ui { 210 /* Primary button - theme color background */ 211 } 212 .wp-core-ui .button-primary { 213 background: var(--wp-admin-theme-color); 214 border-color: transparent; 215 border-radius: 2px; 216 color: #fff; 217 } 218 .wp-core-ui .button-primary:hover { 219 background: var(--wp-admin-theme-color-darker-10); 220 border-color: transparent; 221 color: #fff; 222 } 223 .wp-core-ui .button-primary:focus { 224 background: var(--wp-admin-theme-color); 225 border-color: transparent; 226 color: #fff; 227 /* Gutenberg-style focus ring: outer theme color + inset white for contrast */ 228 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color), inset 0 0 0 1px #ffffff; 229 /* Visible in Windows High Contrast mode */ 230 outline: 1px solid transparent; 231 } 232 .wp-core-ui .button-primary:active { 233 background: var(--wp-admin-theme-color-darker-20); 234 border-color: transparent; 235 color: #fff; 236 } 237 .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.disabled { 238 background: #f0f0f0; 239 border-color: transparent; 240 color: #949494; 241 cursor: not-allowed; 242 } 243 .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover { 244 background: var(--wp-admin-theme-color-darker-10); 245 color: #fff; 246 border-color: transparent; 247 box-shadow: none; 248 } 249 .wp-core-ui .button-group > .button.active { 250 border-color: var(--wp-admin-theme-color); 251 background: rgba(var(--wp-admin-theme-color--rgb), 0.08); 252 } 253 .wp-core-ui .wp-ui-primary { 254 color: #fff; 255 background-color: #523f6d; 256 } 257 .wp-core-ui .wp-ui-text-primary { 258 color: #523f6d; 259 } 260 .wp-core-ui .wp-ui-highlight { 261 color: #fff; 262 background-color: #a3b745; 263 } 264 .wp-core-ui .wp-ui-text-highlight { 265 color: #a3b745; 266 } 267 .wp-core-ui .wp-ui-notification { 268 color: #fff; 269 background-color: #d46f15; 270 } 271 .wp-core-ui .wp-ui-text-notification { 272 color: #d46f15; 273 } 274 .wp-core-ui .wp-ui-text-icon { 275 color: #ece6f6; 276 } 277 278 /* List tables */ 279 .wrap .page-title-action { 280 background: transparent; 281 border: 1px solid var(--wp-admin-theme-color); 282 border-radius: 2px; 283 color: var(--wp-admin-theme-color); 284 } 285 286 .wrap .page-title-action:hover { 287 background: rgba(var(--wp-admin-theme-color--rgb), 0.04); 288 border-color: var(--wp-admin-theme-color-darker-20); 289 color: var(--wp-admin-theme-color-darker-20); 290 } 291 292 .wrap .page-title-action:focus { 293 background: transparent; 294 border-color: var(--wp-admin-theme-color); 295 color: var(--wp-admin-theme-color); 296 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color); 297 outline: 1px solid transparent; 298 } 299 300 .wrap .page-title-action:active { 301 background: rgba(var(--wp-admin-theme-color--rgb), 0.08); 302 border-color: var(--wp-admin-theme-color-darker-20); 303 color: var(--wp-admin-theme-color-darker-20); 304 box-shadow: none; 305 } 306 307 .view-switch a.current:before { 308 color: #523f6d; 309 } 310 311 .view-switch a:hover:before { 312 color: #d46f15; 313 } 314 315 /* Admin Menu */ 316 #adminmenuback, 317 #adminmenuwrap, 318 #adminmenu { 319 background: #523f6d; 320 } 321 322 #adminmenu a { 323 color: #fff; 324 } 325 326 #adminmenu div.wp-menu-image:before { 327 color: #ece6f6; 328 } 329 330 #adminmenu a:hover, 331 #adminmenu li.menu-top:hover, 332 #adminmenu li.opensub > a.menu-top, 333 #adminmenu li > a.menu-top:focus { 334 color: #fff; 335 background-color: #a3b745; 336 } 337 338 #adminmenu li.menu-top:hover div.wp-menu-image:before, 339 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 340 color: #fff; 341 } 342 343 /* Active tabs use a bottom border color that matches the page background color. */ 344 .about-wrap .nav-tab-active, 345 .nav-tab-active, 346 .nav-tab-active:hover { 347 background-color: #f0f0f0; 348 border-bottom-color: #f0f0f0; 349 } 350 351 /* Admin Menu: submenu */ 352 #adminmenu .wp-submenu, 353 #adminmenu .wp-has-current-submenu .wp-submenu, 354 #adminmenu .wp-has-current-submenu.opensub .wp-submenu, 355 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu { 356 background: rgb(64.9802325581, 49.9238372093, 86.3761627907); 357 } 358 359 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after, 360 #adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after { 361 border-left-color: rgb(64.9802325581, 49.9238372093, 86.3761627907); 362 } 363 364 #adminmenu .wp-submenu .wp-submenu-head { 365 color: rgb(203.1, 197.4, 211.2); 366 } 367 368 #adminmenu .wp-submenu a, 369 #adminmenu .wp-has-current-submenu .wp-submenu a, 370 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a, 371 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a { 372 color: rgb(203.1, 197.4, 211.2); 373 } 374 #adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, 375 #adminmenu .wp-has-current-submenu .wp-submenu a:focus, 376 #adminmenu .wp-has-current-submenu .wp-submenu a:hover, 377 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus, 378 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover, 379 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus, 380 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover { 381 color: #a3b745; 382 } 383 384 /* Admin Menu: current */ 385 #adminmenu .wp-submenu li.current a, 386 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, 387 #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a { 388 color: #fff; 389 } 390 #adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus, 391 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover, 392 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus, 393 #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover, 394 #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus { 395 color: #a3b745; 396 } 397 398 ul#adminmenu a.wp-has-current-submenu:after, 399 ul#adminmenu > li.current > a.current:after { 400 border-left-color: #f0f0f0; 401 } 402 403 #adminmenu li.current a.menu-top, 404 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 405 #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, 406 .folded #adminmenu li.current.menu-top { 407 color: #fff; 408 background: #a3b745; 409 } 410 411 #adminmenu li.wp-has-current-submenu div.wp-menu-image:before, 412 #adminmenu a.current:hover div.wp-menu-image:before, 413 #adminmenu li.current div.wp-menu-image:before, 414 #adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before, 415 #adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before, 416 #adminmenu li:hover div.wp-menu-image:before, 417 #adminmenu li a:focus div.wp-menu-image:before, 418 #adminmenu li.opensub div.wp-menu-image:before { 419 color: #fff; 420 } 421 422 /* Admin Menu: bubble */ 423 #adminmenu .menu-counter, 424 #adminmenu .awaiting-mod, 425 #adminmenu .update-plugins { 426 color: #fff; 427 background: #d46f15; 428 } 429 430 #adminmenu li.current a .awaiting-mod, 431 #adminmenu li a.wp-has-current-submenu .update-plugins, 432 #adminmenu li:hover a .awaiting-mod, 433 #adminmenu li.menu-top:hover > a .update-plugins { 434 color: #fff; 435 background: rgb(64.9802325581, 49.9238372093, 86.3761627907); 436 } 437 438 /* Admin Menu: collapse button */ 439 #collapse-button { 440 color: #ece6f6; 441 } 442 443 #collapse-button:hover, 444 #collapse-button:focus { 445 color: #a3b745; 446 } 447 448 /* Admin Bar */ 449 #wpadminbar { 450 color: #fff; 451 background: #523f6d; 452 } 453 454 #wpadminbar .ab-item, 455 #wpadminbar a.ab-item, 456 #wpadminbar > #wp-toolbar span.ab-label, 457 #wpadminbar > #wp-toolbar span.noticon { 458 color: #fff; 459 } 460 461 #wpadminbar .ab-icon, 462 #wpadminbar .ab-icon:before, 463 #wpadminbar .ab-item:before, 464 #wpadminbar .ab-item:after { 465 color: #ece6f6; 466 } 467 468 #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, 469 #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus, 470 #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, 471 #wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item, 472 #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item { 473 color: #a3b745; 474 background: rgb(64.9802325581, 49.9238372093, 86.3761627907); 475 } 476 477 #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, 478 #wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label, 479 #wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label { 480 color: #a3b745; 481 } 482 483 #wpadminbar:not(.mobile) li:hover .ab-icon:before, 484 #wpadminbar:not(.mobile) li:hover .ab-item:before, 485 #wpadminbar:not(.mobile) li:hover .ab-item:after, 486 #wpadminbar:not(.mobile) li:hover #adminbarsearch:before { 487 color: #a3b745; 488 } 489 490 /* Admin Bar: submenu */ 491 #wpadminbar .menupop .ab-sub-wrapper { 492 background: rgb(64.9802325581, 49.9238372093, 86.3761627907); 493 } 494 495 #wpadminbar .quicklinks .menupop ul.ab-sub-secondary, 496 #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu { 497 background: rgb(100.2840283114, 83.3456627907, 124.3543372093); 498 } 499 500 #wpadminbar .ab-submenu .ab-item, 501 #wpadminbar .quicklinks .menupop ul li a, 502 #wpadminbar .quicklinks .menupop.hover ul li a, 503 #wpadminbar.nojs .quicklinks .menupop:hover ul li a { 504 color: rgb(203.1, 197.4, 211.2); 505 } 506 507 #wpadminbar .quicklinks li .blavatar, 508 #wpadminbar .menupop .menupop > .ab-item:before { 509 color: #ece6f6; 510 } 511 512 #wpadminbar .quicklinks .menupop ul li a:hover, 513 #wpadminbar .quicklinks .menupop ul li a:focus, 514 #wpadminbar .quicklinks .menupop ul li a:hover strong, 515 #wpadminbar .quicklinks .menupop ul li a:focus strong, 516 #wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a, 517 #wpadminbar .quicklinks .menupop.hover ul li a:hover, 518 #wpadminbar .quicklinks .menupop.hover ul li a:focus, 519 #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover, 520 #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, 521 #wpadminbar li:hover .ab-icon:before, 522 #wpadminbar li:hover .ab-item:before, 523 #wpadminbar li a:focus .ab-icon:before, 524 #wpadminbar li .ab-item:focus:before, 525 #wpadminbar li .ab-item:focus .ab-icon:before, 526 #wpadminbar li.hover .ab-icon:before, 527 #wpadminbar li.hover .ab-item:before, 528 #wpadminbar li:hover #adminbarsearch:before, 529 #wpadminbar li #adminbarsearch.adminbar-focused:before { 530 color: #a3b745; 531 } 532 533 #wpadminbar .quicklinks li a:hover .blavatar, 534 #wpadminbar .quicklinks li a:focus .blavatar, 535 #wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar, 536 #wpadminbar .menupop .menupop > .ab-item:hover:before, 537 #wpadminbar.mobile .quicklinks .ab-icon:before, 538 #wpadminbar.mobile .quicklinks .ab-item:before { 539 color: #a3b745; 540 } 541 542 #wpadminbar.mobile .quicklinks .hover .ab-icon:before, 543 #wpadminbar.mobile .quicklinks .hover .ab-item:before { 544 color: #ece6f6; 545 } 546 547 /* Admin Bar: search */ 548 #wpadminbar #adminbarsearch:before { 549 color: #ece6f6; 550 } 551 552 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus { 553 color: #fff; 554 background: rgb(99.0197674419, 76.0761627907, 131.6238372093); 555 } 556 557 /* Admin Bar: recovery mode */ 558 #wpadminbar #wp-admin-bar-recovery-mode { 559 color: #fff; 560 background-color: #d46f15; 561 } 562 563 #wpadminbar #wp-admin-bar-recovery-mode .ab-item, 564 #wpadminbar #wp-admin-bar-recovery-mode a.ab-item { 565 color: #fff; 566 } 567 568 #wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item, 569 #wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus, 570 #wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item, 571 #wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus { 572 color: #fff; 573 background-color: rgb(190.8, 99.9, 18.9); 574 } 575 576 /* Admin Bar: my account */ 577 #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { 578 border-color: rgb(99.0197674419, 76.0761627907, 131.6238372093); 579 background-color: rgb(99.0197674419, 76.0761627907, 131.6238372093); 580 } 581 582 #wpadminbar #wp-admin-bar-user-info .display-name { 583 color: #fff; 584 } 585 586 #wpadminbar #wp-admin-bar-user-info a:hover .display-name { 587 color: #a3b745; 588 } 589 590 #wpadminbar #wp-admin-bar-user-info .username { 591 color: rgb(203.1, 197.4, 211.2); 592 } 593 594 /* Pointers */ 595 .wp-pointer .wp-pointer-content h3 { 596 background-color: #a3b745; 597 border-color: rgb(146.505952381, 164.4821428571, 62.0178571429); 598 } 599 600 .wp-pointer .wp-pointer-content h3:before { 601 color: #a3b745; 602 } 603 604 .wp-pointer.wp-pointer-top .wp-pointer-arrow, 605 .wp-pointer.wp-pointer-top .wp-pointer-arrow-inner, 606 .wp-pointer.wp-pointer-undefined .wp-pointer-arrow, 607 .wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner { 608 border-bottom-color: #a3b745; 609 } 610 611 /* Media */ 612 .media-item .bar, 613 .media-progress-bar div { 614 background-color: #a3b745; 615 } 616 617 .details.attachment { 618 box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #a3b745; 619 } 620 621 .attachment.details .check { 622 background-color: #a3b745; 623 box-shadow: 0 0 0 1px #fff, 0 0 0 2px #a3b745; 624 } 625 626 .media-selection .attachment.selection.details .thumbnail { 627 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b745; 628 } 629 630 /* Themes */ 631 .theme-browser .theme.active .theme-name, 632 .theme-browser .theme.add-new-theme a:hover:after, 633 .theme-browser .theme.add-new-theme a:focus:after { 634 background: #a3b745; 635 } 636 637 .theme-browser .theme.add-new-theme a:hover span:after, 638 .theme-browser .theme.add-new-theme a:focus span:after { 639 color: #a3b745; 640 } 641 642 .theme-section.current, 643 .theme-filter.current { 644 border-bottom-color: #523f6d; 645 } 646 647 body.more-filters-opened .more-filters { 648 color: #fff; 649 background-color: #523f6d; 650 } 651 652 body.more-filters-opened .more-filters:before { 653 color: #fff; 654 } 655 656 body.more-filters-opened .more-filters:hover, 657 body.more-filters-opened .more-filters:focus { 658 background-color: #a3b745; 659 color: #fff; 660 } 661 662 body.more-filters-opened .more-filters:hover:before, 663 body.more-filters-opened .more-filters:focus:before { 664 color: #fff; 665 } 666 667 /* Widgets */ 668 .widgets-chooser li.widgets-chooser-selected { 669 background-color: #a3b745; 670 color: #fff; 671 } 672 673 .widgets-chooser li.widgets-chooser-selected:before, 674 .widgets-chooser li.widgets-chooser-selected:focus:before { 675 color: #fff; 676 } 677 678 /* Nav Menus */ 679 .nav-menus-php .item-edit:focus:before { 680 box-shadow: 0 0 0 1px rgb(181.8928571429, 198.3214285714, 104.6785714286), 0 0 2px 1px #a3b745; 681 } 682 683 /* Responsive Component */ 684 div#wp-responsive-toggle a:before { 685 color: #ece6f6; 686 } 687 688 .wp-responsive-open div#wp-responsive-toggle a { 689 border-color: transparent; 690 background: #a3b745; 691 } 692 693 .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a { 694 background: rgb(64.9802325581, 49.9238372093, 86.3761627907); 695 } 696 697 .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before { 698 color: #ece6f6; 699 } 700 701 /* TinyMCE */ 702 .mce-container.mce-menu .mce-menu-item:hover, 703 .mce-container.mce-menu .mce-menu-item.mce-selected, 704 .mce-container.mce-menu .mce-menu-item:focus, 705 .mce-container.mce-menu .mce-menu-item-normal.mce-active, 706 .mce-container.mce-menu .mce-menu-item-preview.mce-active { 707 background: #a3b745; 708 } 709 710 /* Customizer */ 711 .wp-core-ui #customize-controls .control-section:hover > .accordion-section-title, 712 .wp-core-ui #customize-controls .control-section .accordion-section-title:hover, 713 .wp-core-ui #customize-controls .control-section.open .accordion-section-title, 714 .wp-core-ui #customize-controls .control-section .accordion-section-title:focus { 715 color: #0073aa; 716 border-right-color: #a3b745; 717 } 718 .wp-core-ui .customize-controls-close:focus, 719 .wp-core-ui .customize-controls-close:hover, 720 .wp-core-ui .customize-controls-preview-toggle:focus, 721 .wp-core-ui .customize-controls-preview-toggle:hover { 722 color: #0073aa; 723 border-top-color: #a3b745; 724 } 725 .wp-core-ui .customize-panel-back:hover, 726 .wp-core-ui .customize-panel-back:focus, 727 .wp-core-ui .customize-section-back:hover, 728 .wp-core-ui .customize-section-back:focus { 729 color: #0073aa; 730 border-right-color: #a3b745; 731 } 732 .wp-core-ui .customize-screen-options-toggle:hover, 733 .wp-core-ui .customize-screen-options-toggle:active, 734 .wp-core-ui .customize-screen-options-toggle:focus, 735 .wp-core-ui .active-menu-screen-options .customize-screen-options-toggle, 736 .wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover, 737 .wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active, 738 .wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus { 739 color: #0073aa; 740 } 741 .wp-core-ui .customize-screen-options-toggle:focus:before, 742 .wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before, 743 .wp-core-ui .menu-item-bar .item-delete:focus:before, 744 .wp-core-ui #available-menu-items .item-add:focus:before, 745 .wp-core-ui #customize-save-button-wrapper .save:focus, 746 .wp-core-ui #publish-settings:focus { 747 box-shadow: 0 0 0 1px rgb(181.8928571429, 198.3214285714, 104.6785714286), 0 0 2px 1px #a3b745; 748 } 749 .wp-core-ui #customize-controls .customize-info.open .customize-help-toggle, 750 .wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus, 751 .wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover { 752 color: #0073aa; 753 } 754 .wp-core-ui .control-panel-themes .customize-themes-section-title:focus, 755 .wp-core-ui .control-panel-themes .customize-themes-section-title:hover { 756 border-right-color: #a3b745; 757 color: #0073aa; 758 } 759 .wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after { 760 background: #a3b745; 761 } 762 .wp-core-ui .control-panel-themes .customize-themes-section-title.selected { 763 color: #0073aa; 764 } 765 .wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after, 766 .wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after, 767 .wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after, 768 .wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after, 769 .wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after, 770 .wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after, 771 .wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after, 772 .wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after { 773 color: #0073aa; 774 } 775 .wp-core-ui .customize-control .attachment-media-view .button-add-media:focus { 776 background-color: #fbfbfc; 777 border-color: #a3b745; 778 border-style: solid; 779 box-shadow: 0 0 0 1px #a3b745; 780 outline: 2px solid transparent; 781 } 782 .wp-core-ui .wp-full-overlay-footer .devices button:focus, 783 .wp-core-ui .wp-full-overlay-footer .devices button.active:hover { 784 border-bottom-color: #a3b745; 785 } 786 .wp-core-ui .wp-full-overlay-footer .devices button:hover:before, 787 .wp-core-ui .wp-full-overlay-footer .devices button:focus:before { 788 color: #a3b745; 789 } 790 .wp-core-ui .wp-full-overlay .collapse-sidebar:hover, 791 .wp-core-ui .wp-full-overlay .collapse-sidebar:focus { 792 color: #a3b745; 793 } 794 .wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow, 795 .wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow { 796 box-shadow: 0 0 0 1px rgb(181.8928571429, 198.3214285714, 104.6785714286), 0 0 2px 1px #a3b745; 797 } 798 .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover { 799 border-bottom-color: #a3b745; 800 color: #0073aa; 801 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Mon Apr 20 08:20:11 2026 | Cross-referenced by PHPXref |