babylon.inspector.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
  2. @import url(https://fonts.googleapis.com/css?family=Inconsolata);
  3. @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
  4. @import url(https://fonts.googleapis.com/css?family=Inconsolata);
  5. .insp-wrapper {
  6. user-select: none;
  7. display: flex;
  8. font-size: 0.9em;
  9. font-family: "Inconsolata", sans-serif;
  10. background-color: #242424;
  11. /**
  12. * A tool contained in the tree panel (available for each item of the tree)
  13. */
  14. /**
  15. * The toolbar contains :
  16. * - a refresh tool - refresh the whole panel
  17. * - a popup tool - Open the inspector in a new panel
  18. * ...
  19. */
  20. /*
  21. * 1. Set to 0 height and width, and remove border for a slider without a thumb
  22. */ }
  23. .insp-wrapper .gutter {
  24. background-color: #2c2c2c; }
  25. .insp-wrapper .gutter.gutter-vertical:not(.blocked) {
  26. cursor: ns-resize; }
  27. .insp-wrapper .gutter.gutter-horizontal:not(.blocked) {
  28. cursor: ew-resize; }
  29. .insp-wrapper .insp-right-panel {
  30. width: 750px;
  31. overflow-y: auto;
  32. display: flex;
  33. flex-direction: column;
  34. flex-shrink: 0; }
  35. .insp-wrapper .insp-right-panel.popupmode {
  36. width: 100% !important; }
  37. .insp-wrapper .insp-right-panel .top-panel {
  38. width: 100%;
  39. height: 100%;
  40. position: relative;
  41. background-color: #242424;
  42. color: #ccc;
  43. font-size: 1em; }
  44. .insp-wrapper .insp-right-panel .top-panel .tab-panel-content {
  45. width: 100%;
  46. height: calc(100% - 40px); }
  47. .insp-wrapper .insp-right-panel .top-panel .more-tabs-panel {
  48. position: absolute;
  49. z-index: 10;
  50. top: 40px;
  51. right: 0;
  52. width: 100px;
  53. display: none;
  54. flex-direction: column;
  55. align-items: center;
  56. justify-content: center;
  57. border: 1px solid #454545;
  58. background-color: #242424; }
  59. .insp-wrapper .insp-right-panel .top-panel .more-tabs-panel .invisible-tab {
  60. height: 25px;
  61. width: 100%;
  62. line-height: 25px;
  63. text-align: center;
  64. background-color: #2c2c2c;
  65. cursor: pointer; }
  66. .insp-wrapper .insp-right-panel .top-panel .more-tabs-panel .invisible-tab:hover {
  67. background-color: #383838; }
  68. .insp-wrapper .insp-right-panel .top-panel .more-tabs-panel .invisible-tab:active {
  69. background-color: #454545; }
  70. .insp-wrapper .tooltip {
  71. position: absolute;
  72. top: 40px;
  73. right: 0;
  74. color: #f29766;
  75. display: none;
  76. z-index: 4;
  77. font-family: "Inconsolata", sans-serif;
  78. padding: 2px;
  79. background-color: #242424;
  80. border: 1px solid #454545; }
  81. .insp-wrapper .treeTool {
  82. margin: 3px 8px 3px 3px;
  83. cursor: pointer;
  84. position: relative; }
  85. .insp-wrapper .treeTool:hover {
  86. color: #5db0d7; }
  87. .insp-wrapper .treeTool.active {
  88. color: #5db0d7; }
  89. .insp-wrapper .tab-panel {
  90. height: 100%; }
  91. .insp-wrapper .tab-panel.searchable {
  92. height: calc(100% - 30px - 10px); }
  93. .insp-wrapper .tab-panel .texture-image {
  94. max-height: 400px; }
  95. .insp-wrapper .tab-panel .scene-actions {
  96. overflow-y: auto;
  97. padding-left: 5px; }
  98. .insp-wrapper .tab-panel .scene-actions .actions-title {
  99. font-size: 1.1em;
  100. padding-bottom: 10px;
  101. border-bottom: 1px solid #5db0d7;
  102. margin: 10px 0 10px 0; }
  103. .insp-wrapper .tab-panel .scene-actions .defaut-action, .insp-wrapper .tab-panel .scene-actions .action-radio, .insp-wrapper .tab-panel .scene-actions .action {
  104. height: 20px;
  105. line-height: 20px;
  106. width: 100%;
  107. cursor: pointer; }
  108. .insp-wrapper .tab-panel .scene-actions .defaut-action:hover, .insp-wrapper .tab-panel .scene-actions .action-radio:hover, .insp-wrapper .tab-panel .scene-actions .action:hover {
  109. background-color: #2c2c2c; }
  110. .insp-wrapper .tab-panel .scene-actions .defaut-action:active, .insp-wrapper .tab-panel .scene-actions .action-radio:active, .insp-wrapper .tab-panel .scene-actions .action:active {
  111. background-color: #383838; }
  112. .insp-wrapper .tab-panel .scene-actions .action-radio:before {
  113. width: 1em;
  114. height: 1em;
  115. line-height: 1em;
  116. display: inline-block;
  117. font-family: 'FontAwesome', sans-serif;
  118. content: "\f10c";
  119. margin-right: 10px; }
  120. .insp-wrapper .tab-panel .scene-actions .action-radio.active:before {
  121. width: 1em;
  122. height: 1em;
  123. line-height: 1em;
  124. display: inline-block;
  125. font-family: 'FontAwesome', sans-serif;
  126. content: "\f192";
  127. color: #5db0d7;
  128. margin-right: 10px; }
  129. .insp-wrapper .tab-panel .scene-actions .action:before {
  130. width: 1em;
  131. height: 1em;
  132. line-height: 1em;
  133. display: inline-block;
  134. font-family: 'FontAwesome', sans-serif;
  135. content: "\f096";
  136. margin-right: 10px; }
  137. .insp-wrapper .tab-panel .scene-actions .action.active:before {
  138. width: 1em;
  139. height: 1em;
  140. line-height: 1em;
  141. display: inline-block;
  142. font-family: 'FontAwesome', sans-serif;
  143. content: "\f14a";
  144. color: #5db0d7;
  145. margin-right: 10px; }
  146. .insp-wrapper .tab-panel .shader-tree-panel {
  147. height: 30px; }
  148. .insp-wrapper .tab-panel .shader-tree-panel select {
  149. height: 30px;
  150. background-color: transparent;
  151. color: #ccc;
  152. height: 30px;
  153. width: 100%;
  154. max-width: 300px;
  155. padding-left: 15px;
  156. border: 1px solid #2c2c2c;
  157. outline: 1px solid #454545; }
  158. .insp-wrapper .tab-panel .shader-tree-panel select option {
  159. padding: 5px;
  160. color: gray; }
  161. .insp-wrapper .tab-panel .shader-panel {
  162. min-height: 100px;
  163. user-select: text;
  164. box-sizing: border-box;
  165. padding: 0 15px; }
  166. .insp-wrapper .tab-panel .shader-panel pre {
  167. margin: 0;
  168. white-space: pre-wrap; }
  169. .insp-wrapper .tab-panel .shader-panel pre code {
  170. background-color: #242424 !important;
  171. padding: 0;
  172. margin: 0; }
  173. .insp-wrapper .tab-panel .shader-panel .shader-panel-title {
  174. height: 25px;
  175. border-bottom: 1px solid #383838;
  176. text-transform: uppercase;
  177. line-height: 25px;
  178. margin-bottom: 10px; }
  179. .insp-wrapper .tab-panel .console-panel {
  180. min-height: 100px;
  181. user-select: text;
  182. box-sizing: border-box;
  183. padding: 0 15px; }
  184. .insp-wrapper .tab-panel .console-panel .console-panel-title {
  185. height: 25px;
  186. border-bottom: 1px solid #383838;
  187. text-transform: uppercase;
  188. line-height: 25px;
  189. margin-bottom: 10px; }
  190. .insp-wrapper .tab-panel .console-panel .console-panel-content {
  191. overflow-y: auto;
  192. overflow-x: hidden;
  193. height: calc(100% - 30px); }
  194. .insp-wrapper .tab-panel .console-panel .defaut-line, .insp-wrapper .tab-panel .console-panel .log, .insp-wrapper .tab-panel .console-panel .warn, .insp-wrapper .tab-panel .console-panel .error, .insp-wrapper .tab-panel .console-panel .object {
  195. word-wrap: break-word;
  196. padding: 3px 0 3px 5px; }
  197. .insp-wrapper .tab-panel .console-panel .caller {
  198. padding: 3px 0 3px 0;
  199. color: #349ccd; }
  200. .insp-wrapper .tab-panel .console-panel .log {
  201. color: white; }
  202. .insp-wrapper .tab-panel .console-panel .warn {
  203. color: orange; }
  204. .insp-wrapper .tab-panel .console-panel .error {
  205. color: orangered; }
  206. .insp-wrapper .tab-panel .console-panel .object {
  207. color: #5db0d7; }
  208. .insp-wrapper .tab-panel.stats-panel {
  209. overflow-y: auto; }
  210. .insp-wrapper .tab-panel .stats-fps {
  211. font-weight: 600;
  212. color: #f29766; }
  213. .insp-wrapper .tab-panel .stat-title1 {
  214. font-size: 1.1em;
  215. padding: 10px; }
  216. .insp-wrapper .tab-panel .stat-title2 {
  217. margin: 10px 0 10px 0;
  218. font-size: 1.05em;
  219. border-bottom: 1px solid #5db0d7;
  220. box-sizing: border-box; }
  221. .insp-wrapper .tab-panel .stat-label {
  222. display: inline-block;
  223. width: 80%;
  224. padding: 2px;
  225. background-color: #2c2c2c;
  226. border-bottom: 1px solid #242424;
  227. border-top: 1px solid #242424;
  228. height: 30px;
  229. line-height: 30px;
  230. box-sizing: border-box; }
  231. .insp-wrapper .tab-panel .stat-value {
  232. display: inline-block;
  233. width: 20%;
  234. padding: 2px;
  235. background-color: #2c2c2c;
  236. border-top: 1px solid #242424;
  237. border-bottom: 1px solid #242424;
  238. height: 30px;
  239. line-height: 30px;
  240. box-sizing: border-box; }
  241. .insp-wrapper .tab-panel .stat-infos {
  242. width: 100%;
  243. padding: 4px; }
  244. .insp-wrapper .tab-panel .gltf-actions {
  245. overflow-y: auto;
  246. padding-left: 5px; }
  247. .insp-wrapper .tab-panel .gltf-actions .gltf-title {
  248. font-size: 1.1em;
  249. padding-bottom: 10px;
  250. border-bottom: 1px solid #5db0d7;
  251. margin: 10px 0 10px 0; }
  252. .insp-wrapper .tab-panel .gltf-actions .gltf-action, .insp-wrapper .tab-panel .gltf-actions .gltf-checkbox {
  253. height: 20px;
  254. line-height: 20px;
  255. width: 100%;
  256. cursor: pointer;
  257. white-space: nowrap; }
  258. .insp-wrapper .tab-panel .gltf-actions .gltf-action:hover, .insp-wrapper .tab-panel .gltf-actions .gltf-checkbox:hover {
  259. background-color: #2c2c2c; }
  260. .insp-wrapper .tab-panel .gltf-actions .gltf-checkbox:before {
  261. width: 1em;
  262. height: 1em;
  263. line-height: 1em;
  264. display: inline-block;
  265. font-family: 'FontAwesome', sans-serif;
  266. content: "\f096";
  267. margin-right: 10px; }
  268. .insp-wrapper .tab-panel .gltf-actions .gltf-checkbox.active:before {
  269. width: 1em;
  270. height: 1em;
  271. line-height: 1em;
  272. display: inline-block;
  273. font-family: 'FontAwesome', sans-serif;
  274. content: "\f14a";
  275. color: #5db0d7;
  276. margin-right: 10px; }
  277. .insp-wrapper .tab-panel .gltf-actions .gltf-input {
  278. background-color: #2c2c2c;
  279. border: none;
  280. outline: none;
  281. font-family: "Inconsolata", sans-serif;
  282. color: #b3b3b3;
  283. padding: 5px;
  284. margin: 0px 6px 0px 0; }
  285. .insp-wrapper .tab-panel .gltf-actions .gltf-input:hover {
  286. background-color: #383838; }
  287. .insp-wrapper .tab-panel .gltf-actions .gltf-button {
  288. background-color: #2c2c2c;
  289. border: none;
  290. outline: none;
  291. font-family: "Inconsolata", sans-serif;
  292. color: #ccc;
  293. padding: 5px 10px;
  294. margin: 0px 6px 0px 0; }
  295. .insp-wrapper .tab-panel .gltf-actions .gltf-button:hover {
  296. background-color: #383838; }
  297. .insp-wrapper .tab-panel .gltf-actions .gltf-button:active {
  298. background-color: #454545; }
  299. .insp-wrapper .property-type {
  300. color: #5db0d7; }
  301. .insp-wrapper .property-name, .insp-wrapper .insp-details .base-row .prop-name, .insp-wrapper .insp-details .row .prop-name, .insp-wrapper .insp-details .header-row .prop-name {
  302. color: #f29766; }
  303. .insp-wrapper .insp-tree {
  304. overflow-y: auto;
  305. overflow-x: hidden;
  306. height: calc(50% - 40px - 30px); }
  307. .insp-wrapper .insp-tree .line {
  308. padding: 3px;
  309. cursor: pointer; }
  310. .insp-wrapper .insp-tree .line:hover {
  311. background-color: #2c2c2c; }
  312. .insp-wrapper .insp-tree .line.active {
  313. background-color: #454545; }
  314. .insp-wrapper .insp-tree .line.active .line-content {
  315. background-color: #242424; }
  316. .insp-wrapper .insp-tree .line.unfolded:before {
  317. width: 1em;
  318. height: 1em;
  319. line-height: 1em;
  320. display: inline-block;
  321. font-family: 'FontAwesome', sans-serif;
  322. content: "\f078"; }
  323. .insp-wrapper .insp-tree .line.folded:before {
  324. width: 1em;
  325. height: 1em;
  326. line-height: 1em;
  327. display: inline-block;
  328. font-family: 'FontAwesome', sans-serif;
  329. content: "\f054"; }
  330. .insp-wrapper .insp-tree .line.unfolded.transformNode > span:first-of-type {
  331. color: #f29766; }
  332. .insp-wrapper .insp-tree .line.folded.transformNode > span:first-of-type {
  333. color: #f29766; }
  334. .insp-wrapper .insp-tree .line .line-content {
  335. padding-left: 15px; }
  336. .insp-wrapper .insp-tree .line .line-content:hover {
  337. background-color: #242424; }
  338. .insp-wrapper .insp-tree .line .line-content .line:hover:first-child {
  339. background-color: #383838; }
  340. .insp-wrapper .insp-tree .line_invisible {
  341. display: none; }
  342. .insp-wrapper .insp-details {
  343. background-color: #242424;
  344. overflow-y: auto;
  345. overflow-x: auto;
  346. color: #ccc;
  347. font-family: "Inconsolata", sans-serif; }
  348. .insp-wrapper .insp-details .details {
  349. padding-left: 5px; }
  350. .insp-wrapper .insp-details .base-row, .insp-wrapper .insp-details .row, .insp-wrapper .insp-details .header-row {
  351. display: flex;
  352. width: 100%; }
  353. .insp-wrapper .insp-details .base-row .base-property, .insp-wrapper .insp-details .row .base-property, .insp-wrapper .insp-details .header-row .base-property, .insp-wrapper .insp-details .base-row .prop-name, .insp-wrapper .insp-details .row .prop-name, .insp-wrapper .insp-details .header-row .prop-name, .insp-wrapper .insp-details .base-row .prop-value, .insp-wrapper .insp-details .row .prop-value, .insp-wrapper .insp-details .header-row .prop-value {
  354. padding: 2px 0 2px 0;
  355. text-overflow: ellipsis;
  356. white-space: nowrap;
  357. overflow: hidden; }
  358. .insp-wrapper .insp-details .base-row .prop-name, .insp-wrapper .insp-details .row .prop-name, .insp-wrapper .insp-details .header-row .prop-name {
  359. width: 35%; }
  360. .insp-wrapper .insp-details .base-row .prop-value, .insp-wrapper .insp-details .row .prop-value, .insp-wrapper .insp-details .header-row .prop-value {
  361. width: 59%;
  362. padding-left: 5px; }
  363. .insp-wrapper .insp-details .base-row .prop-value.clickable, .insp-wrapper .insp-details .row .prop-value.clickable, .insp-wrapper .insp-details .header-row .prop-value.clickable {
  364. cursor: pointer; }
  365. .insp-wrapper .insp-details .base-row .prop-value.clickable:hover, .insp-wrapper .insp-details .row .prop-value.clickable:hover, .insp-wrapper .insp-details .header-row .prop-value.clickable:hover {
  366. background-color: #383838; }
  367. .insp-wrapper .insp-details .base-row .prop-value.clickable:after, .insp-wrapper .insp-details .row .prop-value.clickable:after, .insp-wrapper .insp-details .header-row .prop-value.clickable:after {
  368. font-family: 'FontAwesome', sans-serif;
  369. content: "\00a0 \00a0 \00a0 \f054"; }
  370. .insp-wrapper .insp-details .row:nth-child(even) {
  371. background-color: #2c2c2c; }
  372. .insp-wrapper .insp-details .row.unfolded .prop-value.clickable:after {
  373. font-family: 'FontAwesome', sans-serif;
  374. content: "\00a0 \00a0 \00a0 \f078"; }
  375. .insp-wrapper .insp-details .header-row {
  376. background-color: #2c2c2c;
  377. color: #ccc;
  378. width: 100%;
  379. max-width: 100%; }
  380. .insp-wrapper .insp-details .header-row > * {
  381. color: #ccc !important;
  382. padding: 5px 0 5px 5px !important;
  383. cursor: pointer; }
  384. .insp-wrapper .insp-details .header-row > *:hover {
  385. background-color: #383838; }
  386. .insp-wrapper .insp-details .header-row .header-col {
  387. display: flex;
  388. justify-content: space-between;
  389. align-items: center; }
  390. .insp-wrapper .insp-details .header-row .header-col .sort-direction {
  391. margin-right: 5px; }
  392. .insp-wrapper .insp-details .element-viewer, .insp-wrapper .insp-details .color-element, .insp-wrapper .insp-details .texture-element {
  393. position: relative;
  394. width: 10px;
  395. height: 10px;
  396. display: inline-block;
  397. margin-left: 5px; }
  398. .insp-wrapper .insp-details .color-element {
  399. width: 20px;
  400. height: 15px; }
  401. .insp-wrapper .insp-details .texture-element {
  402. color: #f29766;
  403. margin-left: 10px; }
  404. .insp-wrapper .insp-details .texture-element .texture-viewer {
  405. color: #ccc;
  406. position: absolute;
  407. z-index: 10;
  408. bottom: 0;
  409. right: 0;
  410. display: block;
  411. width: 150px;
  412. height: 150px;
  413. border: 1px solid #454545;
  414. background-color: #242424;
  415. transform: translateX(100%) translateY(100%);
  416. display: none;
  417. flex-direction: column;
  418. justify-content: flex-start;
  419. align-items: center; }
  420. .insp-wrapper .insp-details .texture-element .texture-viewer .texture-viewer-img {
  421. margin: 10px 0 10px 0;
  422. max-width: 110px;
  423. max-height: 110px; }
  424. .insp-wrapper .tabbar {
  425. height: 40px;
  426. display: flex;
  427. align-items: center;
  428. border-bottom: 1px solid #383838;
  429. width: 100%;
  430. overflow-x: auto;
  431. overflow-y: hidden;
  432. box-sizing: border-box; }
  433. .insp-wrapper .tabbar .tab {
  434. height: calc(40px - 2px);
  435. width: auto;
  436. padding: 0 10px 0 10px;
  437. color: #ccc;
  438. line-height: 40px;
  439. text-align: center;
  440. cursor: pointer;
  441. margin: 0 5px 0 5px;
  442. box-sizing: border-box; }
  443. .insp-wrapper .tabbar .tab:hover {
  444. border-bottom: 1px solid #f29766;
  445. background-color: #2c2c2c; }
  446. .insp-wrapper .tabbar .tab:active {
  447. background-color: #383838; }
  448. .insp-wrapper .tabbar .tab.active {
  449. border-bottom: 1px solid #f29766; }
  450. .insp-wrapper .tabbar .more-tabs {
  451. width: 40px;
  452. height: 40px;
  453. display: flex;
  454. justify-content: center;
  455. align-items: center;
  456. cursor: pointer;
  457. position: relative;
  458. border-right: 1px solid #383838; }
  459. .insp-wrapper .tabbar .more-tabs:hover {
  460. background-color: #383838; }
  461. .insp-wrapper .tabbar .more-tabs:active {
  462. color: #f29766;
  463. background-color: #454545; }
  464. .insp-wrapper .tabbar .more-tabs.active {
  465. color: #f29766; }
  466. .insp-wrapper .toolbar {
  467. display: flex; }
  468. .insp-wrapper .toolbar .tool {
  469. width: 40px;
  470. height: 40px;
  471. display: flex;
  472. justify-content: center;
  473. align-items: center;
  474. cursor: pointer;
  475. position: relative;
  476. border-right: 1px solid #383838; }
  477. .insp-wrapper .toolbar .tool:hover {
  478. background-color: #383838; }
  479. .insp-wrapper .toolbar .tool:active {
  480. color: #f29766;
  481. background-color: #454545; }
  482. .insp-wrapper .toolbar .tool.active {
  483. color: #f29766; }
  484. .insp-wrapper .searchbar {
  485. border: 1px solid #2c2c2c;
  486. margin-bottom: 5px;
  487. display: flex;
  488. align-items: center;
  489. color: #b3b3b3; }
  490. .insp-wrapper .searchbar input {
  491. background-color: #242424;
  492. border: none;
  493. width: 100%;
  494. outline: none;
  495. font-family: "Inconsolata", sans-serif;
  496. color: #b3b3b3;
  497. padding: 3px 0 3px 10px;
  498. margin: 6px 0 6px 0; }
  499. .insp-wrapper input[type="range"] {
  500. margin: auto;
  501. -webkit-appearance: none;
  502. position: relative;
  503. overflow: hidden;
  504. height: 15px;
  505. width: 50%;
  506. cursor: pointer;
  507. border-radius: 0;
  508. /* iOS */ }
  509. .insp-wrapper ::-webkit-slider-runnable-track {
  510. background: #ddd; }
  511. .insp-wrapper ::-webkit-slider-thumb {
  512. -webkit-appearance: none;
  513. width: 20px;
  514. /* 1 */
  515. height: 15px;
  516. /* 1 */
  517. background: #fff;
  518. box-shadow: -100vw 0 0 100vw dodgerblue;
  519. border: 0px solid #999;
  520. /* 1 */ }
  521. .insp-wrapper ::-moz-range-track {
  522. height: 15px;
  523. background: #ddd; }
  524. .insp-wrapper ::-moz-range-thumb {
  525. background: #fff;
  526. height: 15px;
  527. width: 20px;
  528. border: 0px solid #999;
  529. border-radius: 0 !important;
  530. box-shadow: -100vw 0 0 100vw dodgerblue;
  531. box-sizing: border-box; }
  532. .insp-wrapper ::-ms-fill-lower {
  533. background: dodgerblue; }
  534. .insp-wrapper ::-ms-thumb {
  535. background: #fff;
  536. border: 0px solid #999;
  537. height: 15px;
  538. width: 20px;
  539. box-sizing: border-box; }
  540. .insp-wrapper ::-ms-ticks-after {
  541. display: none; }
  542. .insp-wrapper ::-ms-ticks-before {
  543. display: none; }
  544. .insp-wrapper ::-ms-track {
  545. background: #ddd;
  546. color: transparent;
  547. height: 15px;
  548. border: none; }
  549. .insp-wrapper ::-ms-tooltip {
  550. display: none; }