wp/wp-content/plugins/option-tree/assets/css/ot-admin.css
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 11 bf1778c34b9a
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
  1229   border-right: 1px solid #000;
  1229   border-right: 1px solid #000;
  1230   float: left;
  1230   float: left;
  1231   height: 24px;
  1231   height: 24px;
  1232   padding: 3px 12px 3px 13px;
  1232   padding: 3px 12px 3px 13px;
  1233   width: 20px;
  1233   width: 20px;
       
  1234 }
       
  1235 #option-tree-header #option-tree-logo a:before {
       
  1236 	content: "\e785";
       
  1237   font: normal 20px/1 "option-tree-font" !important;
       
  1238   speak: none;
       
  1239   padding: 2px 0;
       
  1240   height: 24px;
       
  1241   width: 20px;
       
  1242   display: inline-block;
       
  1243   -webkit-font-smoothing: antialiased;
       
  1244   -moz-osx-font-smoothing: grayscale;
       
  1245   -webkit-transition: all .1s ease-in-out;
       
  1246   -moz-transition:    all .1s ease-in-out;
       
  1247   transition:         all .1s ease-in-out;
  1234 }
  1248 }
  1235 #option-tree-header li#option-tree-logo:hover {
  1249 #option-tree-header li#option-tree-logo:hover {
  1236   background-color: #222;
  1250   background-color: #222;
  1237   color: #0074a2;
  1251   color: #0074a2;
  1238   -webkit-border-top-left-radius: 2px;
  1252   -webkit-border-top-left-radius: 2px;