balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

select.css (192B)


      1 .rwmb-select {
      2 	min-width: 160px;
      3 }
      4 .rwmb-select.rwmb-select[multiple] {
      5 	padding: 0;
      6 }
      7 .rwmb-select option {
      8 	padding: 4px 8px;
      9 }
     10 .rwmb-select-all-none {
     11 	display: block;
     12 	margin-top: 5px;
     13 }