|
@@ -17,7 +17,10 @@
|
|
* - a refresh tool - refresh the whole panel
|
|
* - a refresh tool - refresh the whole panel
|
|
* - a popup tool - Open the inspector in a new panel
|
|
* - a popup tool - Open the inspector in a new panel
|
|
* ...
|
|
* ...
|
|
- */ }
|
|
|
|
|
|
+ */
|
|
|
|
+ /*
|
|
|
|
+* 1. Set to 0 height and width, and remove border for a slider without a thumb
|
|
|
|
+*/ }
|
|
.insp-wrapper .gutter {
|
|
.insp-wrapper .gutter {
|
|
background-color: #2c2c2c; }
|
|
background-color: #2c2c2c; }
|
|
.insp-wrapper .gutter.gutter-vertical:not(.blocked) {
|
|
.insp-wrapper .gutter.gutter-vertical:not(.blocked) {
|
|
@@ -430,79 +433,55 @@
|
|
color: #b3b3b3;
|
|
color: #b3b3b3;
|
|
padding: 3px 0 3px 10px;
|
|
padding: 3px 0 3px 10px;
|
|
margin: 6px 0 6px 0; }
|
|
margin: 6px 0 6px 0; }
|
|
- .insp-wrapper [type='range'] {
|
|
|
|
|
|
+ .insp-wrapper input[type="range"] {
|
|
|
|
+ margin: auto;
|
|
-webkit-appearance: none;
|
|
-webkit-appearance: none;
|
|
- margin: 7px 0;
|
|
|
|
- width: 50%; }
|
|
|
|
- .insp-wrapper [type='range']:focus {
|
|
|
|
- outline: 0; }
|
|
|
|
- .insp-wrapper [type='range']:focus::-webkit-slider-runnable-track {
|
|
|
|
- background: #54b3f3; }
|
|
|
|
- .insp-wrapper [type='range']:focus::-ms-fill-lower {
|
|
|
|
- background: #3ca9f1; }
|
|
|
|
- .insp-wrapper [type='range']:focus::-ms-fill-upper {
|
|
|
|
- background: #54b3f3; }
|
|
|
|
- .insp-wrapper [type='range']::-webkit-slider-runnable-track {
|
|
|
|
- cursor: pointer;
|
|
|
|
- height: 5px;
|
|
|
|
- transition: all .2s ease;
|
|
|
|
- width: 50%;
|
|
|
|
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
|
|
|
|
- background: #3ca9f1;
|
|
|
|
- border: 1px solid #5db0d7;
|
|
|
|
- border-radius: 5px; }
|
|
|
|
- .insp-wrapper [type='range']::-webkit-slider-thumb {
|
|
|
|
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
|
|
|
|
- background: #5db0d7;
|
|
|
|
- border: 1px solid #5db0d7;
|
|
|
|
- border-radius: 0px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- height: 14px;
|
|
|
|
- width: 7px;
|
|
|
|
- -webkit-appearance: none;
|
|
|
|
- margin-top: -5.5px; }
|
|
|
|
- .insp-wrapper [type='range']::-moz-range-track {
|
|
|
|
- cursor: pointer;
|
|
|
|
- height: 5px;
|
|
|
|
- transition: all .2s ease;
|
|
|
|
- width: 50%;
|
|
|
|
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
|
|
|
|
- background: #3ca9f1;
|
|
|
|
- border: 1px solid #5db0d7;
|
|
|
|
- border-radius: 5px; }
|
|
|
|
- .insp-wrapper [type='range']::-moz-range-thumb {
|
|
|
|
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
|
|
|
|
- background: #5db0d7;
|
|
|
|
- border: 1px solid #5db0d7;
|
|
|
|
- border-radius: 0px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- height: 14px;
|
|
|
|
- width: 7px; }
|
|
|
|
- .insp-wrapper [type='range']::-ms-track {
|
|
|
|
- cursor: pointer;
|
|
|
|
- height: 5px;
|
|
|
|
- transition: all .2s ease;
|
|
|
|
- width: 50%;
|
|
|
|
- background: transparent;
|
|
|
|
- border-color: transparent;
|
|
|
|
- border-width: 7px 0;
|
|
|
|
- color: transparent; }
|
|
|
|
- .insp-wrapper [type='range']::-ms-fill-lower {
|
|
|
|
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
|
|
|
|
- background: #249fef;
|
|
|
|
- border: 1px solid #5db0d7;
|
|
|
|
- border-radius: 10px; }
|
|
|
|
- .insp-wrapper [type='range']::-ms-fill-upper {
|
|
|
|
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
|
|
|
|
- background: #3ca9f1;
|
|
|
|
- border: 1px solid #5db0d7;
|
|
|
|
- border-radius: 10px; }
|
|
|
|
- .insp-wrapper [type='range']::-ms-thumb {
|
|
|
|
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
|
|
|
|
- background: #5db0d7;
|
|
|
|
- border: 1px solid #5db0d7;
|
|
|
|
- border-radius: 0px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- height: 14px;
|
|
|
|
- width: 7px;
|
|
|
|
- margin-top: 0; }
|
|
|
|
|
|
+ position: relative;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ height: 15px;
|
|
|
|
+ width: 50%;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ border-radius: 0;
|
|
|
|
+ /* iOS */ }
|
|
|
|
+ .insp-wrapper ::-webkit-slider-runnable-track {
|
|
|
|
+ background: #ddd; }
|
|
|
|
+ .insp-wrapper ::-webkit-slider-thumb {
|
|
|
|
+ -webkit-appearance: none;
|
|
|
|
+ width: 20px;
|
|
|
|
+ /* 1 */
|
|
|
|
+ height: 15px;
|
|
|
|
+ /* 1 */
|
|
|
|
+ background: #fff;
|
|
|
|
+ box-shadow: -100vw 0 0 100vw dodgerblue;
|
|
|
|
+ border: 0px solid #999;
|
|
|
|
+ /* 1 */ }
|
|
|
|
+ .insp-wrapper ::-moz-range-track {
|
|
|
|
+ height: 15px;
|
|
|
|
+ background: #ddd; }
|
|
|
|
+ .insp-wrapper ::-moz-range-thumb {
|
|
|
|
+ background: #fff;
|
|
|
|
+ height: 15px;
|
|
|
|
+ width: 20px;
|
|
|
|
+ border: 0px solid #999;
|
|
|
|
+ border-radius: 0 !important;
|
|
|
|
+ box-shadow: -100vw 0 0 100vw dodgerblue;
|
|
|
|
+ box-sizing: border-box; }
|
|
|
|
+ .insp-wrapper ::-ms-fill-lower {
|
|
|
|
+ background: dodgerblue; }
|
|
|
|
+ .insp-wrapper ::-ms-thumb {
|
|
|
|
+ background: #fff;
|
|
|
|
+ border: 0px solid #999;
|
|
|
|
+ height: 15px;
|
|
|
|
+ width: 20px;
|
|
|
|
+ box-sizing: border-box; }
|
|
|
|
+ .insp-wrapper ::-ms-ticks-after {
|
|
|
|
+ display: none; }
|
|
|
|
+ .insp-wrapper ::-ms-ticks-before {
|
|
|
|
+ display: none; }
|
|
|
|
+ .insp-wrapper ::-ms-track {
|
|
|
|
+ background: #ddd;
|
|
|
|
+ color: transparent;
|
|
|
|
+ height: 15px;
|
|
|
|
+ border: none; }
|
|
|
|
+ .insp-wrapper ::-ms-tooltip {
|
|
|
|
+ display: none; }
|