| @@ -16,8 +16,20 @@ | ||
| 16 | 16 | } |
| 17 | 17 | /* Drop Down Menu */ |
| 18 | 18 | .wpdevelop ul.dropdown-menu { |
| 19 | 19 | display: none; |
| 20 | + /* FixIn: 10.5.2.1 */ | |
| 21 | + /* display: block;*/ | |
| 22 | + /* transition: opacity 0.1s cubic-bezier(.23,1,.73,1.3);*/ | |
| 23 | + /* opacity: 0;*/ | |
| 24 | + /* height: 0;*/ | |
| 25 | + /* overflow: hidden;*/ | |
| 26 | + /*}*/ | |
| 27 | + /*.wpdevelop .open > .dropdown-menu {*/ | |
| 28 | + /* display: block;*/ | |
| 29 | + /* transition: opacity 0.15s ease-in-out;*/ | |
| 30 | + /* opacity: 1;*/ | |
| 31 | + /* height: auto;*/ | |
| 20 | 32 | } |
| 21 | 33 | .wpdevelop .dropdown-menu li { |
| 22 | 34 | padding:0; |
| 23 | 35 | margin:0; |
| @@ -48,9 +60,8 @@ | ||
| 48 | 60 | .wpdevelop .dropdown-menu li.active > a, |
| 49 | 61 | .wpdevelop .dropdown-menu li.active > a:hover { |
| 50 | 62 | background: #08c; |
| 51 | 63 | color: #fff; |
| 52 | - text-decoration-color: -moz-use-text-color; | |
| 53 | 64 | text-decoration-line: none; |
| 54 | 65 | text-decoration-style: solid; |
| 55 | 66 | } |
| 56 | 67 | /* radio button or checbox togther with selctbox as option in dropdown list */ |
| @@ -446,5 +457,12 @@ | ||
| 446 | 457 | |
| 447 | 458 | |
| 448 | 459 | .wp-core-ui .chzn-right-buttons a { |
| 449 | 460 | min-height: 31px; |
| 461 | +} | |
| 462 | + | |
| 463 | +/* The SVG is arrow-down-alt2 from Dashicons. - it is \/ symbol in selectboxes in native wp. Basically used for .btn-toolbar */ | |
| 464 | +.wp-core-ui .wpdevelop .control-group .btn-toolbar .input-group > select, | |
| 465 | +.wp-core-ui .wpdevelop select.form-control { | |
| 466 | + background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%; | |
| 467 | + padding: 2px 30px 2px 10px; | |
| 450 | 468 | } |