force-dashicons.css 27.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689
/*
 Forcibly set menu icons to the selected custom Dashicons.

 Problem:
 Some plugins use CSS to assign icons to their admin menu items. Users want to change the icons.
 In many cases, simply changing the icon URL doesn't work because the plugin CSS overrides it.

 Workaround:
 Add more CSS that overrides the icon styles that were set by other plugins.
*/
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon {
  /*
  This file was automatically generated from /wp-includes/css/dashicons.css.
  Last update: 2017-06-07T16:55:55+00:00
  */
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon > .wp-menu-image::before {
  font-family: "dashicons", sans-serif !important;
  font-size: 20px !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon > .wp-menu-image {
  background-image: none !important;
  position: static;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon > .wp-menu-image::before {
  background-image: none !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-menu:before {
  content: "\f333" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-site:before {
  content: "\f319" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-media:before {
  content: "\f104" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-page:before {
  content: "\f105" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-comments:before {
  content: "\f101" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-appearance:before {
  content: "\f100" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-plugins:before {
  content: "\f106" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-users:before {
  content: "\f110" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-tools:before {
  content: "\f107" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-settings:before {
  content: "\f108" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-network:before {
  content: "\f112" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-generic:before {
  content: "\f111" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-home:before {
  content: "\f102" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-collapse:before {
  content: "\f148" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-filter:before {
  content: "\f536" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-customizer:before {
  content: "\f540" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-multisite:before {
  content: "\f541" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-links:before, #adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-links:before {
  content: "\f103" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-post:before, #adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-standard:before {
  content: "\f109" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-image:before {
  content: "\f128" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-gallery:before {
  content: "\f161" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-audio:before {
  content: "\f127" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-video:before {
  content: "\f126" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-chat:before {
  content: "\f125" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-status:before {
  content: "\f130" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-aside:before {
  content: "\f123" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-quote:before {
  content: "\f122" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-write-blog:before, #adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-edit-page:before {
  content: "\f119" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-add-page:before {
  content: "\f133" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-view-site:before {
  content: "\f115" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-widgets-menus:before {
  content: "\f116" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-comments:before {
  content: "\f117" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-learn-more:before {
  content: "\f118" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-crop:before {
  content: "\f165" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-rotate:before {
  content: "\f531" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-rotate-left:before {
  content: "\f166" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-rotate-right:before {
  content: "\f167" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-flip-vertical:before {
  content: "\f168" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-flip-horizontal:before {
  content: "\f169" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-filter:before {
  content: "\f533" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-undo:before {
  content: "\f171" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-redo:before {
  content: "\f172" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-ul:before {
  content: "\f203" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-ol:before {
  content: "\f204" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-quote:before {
  content: "\f205" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-alignleft:before {
  content: "\f206" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-aligncenter:before {
  content: "\f207" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-alignright:before {
  content: "\f208" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-insertmore:before {
  content: "\f209" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-spellcheck:before {
  content: "\f210" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-distractionfree:before, #adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-expand:before {
  content: "\f211" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-contract:before {
  content: "\f506" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-kitchensink:before {
  content: "\f212" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-underline:before {
  content: "\f213" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-justify:before {
  content: "\f214" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-textcolor:before {
  content: "\f215" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-paste-word:before {
  content: "\f216" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-paste-text:before {
  content: "\f217" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-removeformatting:before {
  content: "\f218" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-video:before {
  content: "\f219" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-customchar:before {
  content: "\f220" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-outdent:before {
  content: "\f221" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-indent:before {
  content: "\f222" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-help:before {
  content: "\f223" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-strikethrough:before {
  content: "\f224" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-unlink:before {
  content: "\f225" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-rtl:before {
  content: "\f320" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-break:before {
  content: "\f474" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-code:before {
  content: "\f475" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-paragraph:before {
  content: "\f476" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-table:before {
  content: "\f535" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-left:before {
  content: "\f135" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-right:before {
  content: "\f136" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-center:before {
  content: "\f134" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-none:before {
  content: "\f138" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-lock:before {
  content: "\f160" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-unlock:before {
  content: "\f528" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-calendar:before {
  content: "\f145" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-calendar-alt:before {
  content: "\f508" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-visibility:before {
  content: "\f177" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-hidden:before {
  content: "\f530" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-post-status:before {
  content: "\f173" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-edit:before {
  content: "\f464" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-post-trash:before, #adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-trash:before {
  content: "\f182" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-sticky:before {
  content: "\f537" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-external:before {
  content: "\f504" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-leftright:before {
  content: "\f229" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-sort:before {
  content: "\f156" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-randomize:before {
  content: "\f503" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-list-view:before {
  content: "\f163" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-exerpt-view:before, #adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-excerpt-view:before {
  content: "\f164" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-grid-view:before {
  content: "\f509" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-move:before {
  content: "\f545" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-hammer:before {
  content: "\f308" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-art:before {
  content: "\f309" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-migrate:before {
  content: "\f310" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-performance:before {
  content: "\f311" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-universal-access:before {
  content: "\f483" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-universal-access-alt:before {
  content: "\f507" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tickets:before {
  content: "\f486" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-nametag:before {
  content: "\f484" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-clipboard:before {
  content: "\f481" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-heart:before {
  content: "\f487" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-megaphone:before {
  content: "\f488" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-schedule:before {
  content: "\f489" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-wordpress:before {
  content: "\f120" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-wordpress-alt:before {
  content: "\f324" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-pressthis:before {
  content: "\f157" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-update:before {
  content: "\f463" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-screenoptions:before {
  content: "\f180" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-cart:before {
  content: "\f174" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-feedback:before {
  content: "\f175" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-cloud:before {
  content: "\f176" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-translation:before {
  content: "\f326" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tag:before {
  content: "\f323" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-category:before {
  content: "\f318" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-archive:before {
  content: "\f480" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tagcloud:before {
  content: "\f479" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-text:before {
  content: "\f478" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-archive:before {
  content: "\f501" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-audio:before {
  content: "\f500" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-code:before {
  content: "\f499" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-default:before {
  content: "\f498" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-document:before {
  content: "\f497" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-interactive:before {
  content: "\f496" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-spreadsheet:before {
  content: "\f495" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-text:before {
  content: "\f491" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-video:before {
  content: "\f490" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-playlist-audio:before {
  content: "\f492" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-playlist-video:before {
  content: "\f493" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-play:before {
  content: "\f522" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-pause:before {
  content: "\f523" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-forward:before {
  content: "\f519" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-skipforward:before {
  content: "\f517" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-back:before {
  content: "\f518" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-skipback:before {
  content: "\f516" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-repeat:before {
  content: "\f515" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-volumeon:before {
  content: "\f521" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-volumeoff:before {
  content: "\f520" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-yes:before {
  content: "\f147" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-no:before {
  content: "\f158" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-no-alt:before {
  content: "\f335" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-plus:before {
  content: "\f132" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-plus-alt:before {
  content: "\f502" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-plus-alt2:before {
  content: "\f543" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-minus:before {
  content: "\f460" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-dismiss:before {
  content: "\f153" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-marker:before {
  content: "\f159" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-star-filled:before {
  content: "\f155" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-star-half:before {
  content: "\f459" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-star-empty:before {
  content: "\f154" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-flag:before {
  content: "\f227" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-info:before {
  content: "\f348" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-warning:before {
  content: "\f534" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-share:before {
  content: "\f237" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-share1:before {
  content: "\f237" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-share-alt:before {
  content: "\f240" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-share-alt2:before {
  content: "\f242" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-twitter:before {
  content: "\f301" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-rss:before {
  content: "\f303" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-email:before {
  content: "\f465" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-email-alt:before {
  content: "\f466" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-facebook:before {
  content: "\f304" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-facebook-alt:before {
  content: "\f305" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-networking:before {
  content: "\f325" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-googleplus:before {
  content: "\f462" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-location:before {
  content: "\f230" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-location-alt:before {
  content: "\f231" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-camera:before {
  content: "\f306" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-images-alt:before {
  content: "\f232" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-images-alt2:before {
  content: "\f233" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-video-alt:before {
  content: "\f234" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-video-alt2:before {
  content: "\f235" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-video-alt3:before {
  content: "\f236" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-vault:before {
  content: "\f178" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-shield:before {
  content: "\f332" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-shield-alt:before {
  content: "\f334" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-sos:before {
  content: "\f468" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-search:before {
  content: "\f179" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-slides:before {
  content: "\f181" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-analytics:before {
  content: "\f183" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-chart-pie:before {
  content: "\f184" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-chart-bar:before {
  content: "\f185" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-chart-line:before {
  content: "\f238" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-chart-area:before {
  content: "\f239" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-groups:before {
  content: "\f307" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-businessman:before {
  content: "\f338" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-id:before {
  content: "\f336" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-id-alt:before {
  content: "\f337" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-products:before {
  content: "\f312" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-awards:before {
  content: "\f313" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-forms:before {
  content: "\f314" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-testimonial:before {
  content: "\f473" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-portfolio:before {
  content: "\f322" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-book:before {
  content: "\f330" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-book-alt:before {
  content: "\f331" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-download:before {
  content: "\f316" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-upload:before {
  content: "\f317" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-backup:before {
  content: "\f321" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-clock:before {
  content: "\f469" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-lightbulb:before {
  content: "\f339" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-microphone:before {
  content: "\f482" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-desktop:before {
  content: "\f472" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-laptop:before {
  content: "\f547" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tablet:before {
  content: "\f471" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-smartphone:before {
  content: "\f470" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-phone:before {
  content: "\f525" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-smiley:before {
  content: "\f328" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-index-card:before {
  content: "\f510" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-carrot:before {
  content: "\f511" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-building:before {
  content: "\f512" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-store:before {
  content: "\f513" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-album:before {
  content: "\f514" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-palmtree:before {
  content: "\f527" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tickets-alt:before {
  content: "\f524" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-money:before {
  content: "\f526" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-thumbs-up:before {
  content: "\f529" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-thumbs-down:before {
  content: "\f542" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-layout:before {
  content: "\f538" !important;
}
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-paperclip:before {
  content: "\f546" !important;
}

/*# sourceMappingURL=force-dashicons.css.map */