Plugin Directory

Changeset 2199304


Ignore:
Timestamp:
11/23/2019 06:37:27 AM (5 years ago)
Author:
Darken-x
Message:

Small css fix.

Location:
old-style-admin-ui/trunk/css
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • old-style-admin-ui/trunk/css/oldstyle.css

    r2199291 r2199304  
    8888
    8989input[type=radio]:checked:before {
    90     content: "\2022";
     90    content: "\2022"!important;
    9191    text-indent: -9999px;
    9292    border-radius: 50px;
     
    143143}
    144144
    145 input[type="checkbox"]:checked::before,
    146 input[type="radio"]:checked::before {
     145input[type="checkbox"]:checked::before {
    147146    width: 16px!important;
    148147    font: normal 21px/1 dashicons!important;
    149148}
    150149
    151 input[type=checkbox]:focus {
    152     border-color: #5b9dd9;
    153     box-shadow: 0 0 2px rgba(30, 140, 190, .8);
    154     outline: 2px solid transparent;
     150input[type="radio"]:checked::before {
     151    font: normal 21px/1 dashicons!important;
     152}
     153
     154input[type=checkbox]:focus,
     155input[type=radio]:focus {
     156    border-color: #5b9dd9!important;
     157    box-shadow: 0 0 2px rgba(30, 140, 190, .8)!important;
     158    outline: 2px solid transparent!important;
    155159}
    156160
Note: See TracChangeset for help on using the changeset viewer.