babylon.inspector.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. @import url(https://use.fontawesome.com/releases/v5.0.13/css/all.css);
  2. @import url(https://fonts.googleapis.com/css?family=Inconsolata);
  3. @import url(https://use.fontawesome.com/releases/v5.0.13/css/all.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% - 50px); }
  47. .insp-wrapper .insp-right-panel .top-panel .more-tabs-panel {
  48. position: absolute;
  49. z-index: 10;
  50. top: 50px;
  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: 50px;
  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: "Font Awesome 5 Free", sans-serif;
  118. content: "\f111";
  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: "Font Awesome 5 Free", 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: "Font Awesome 5 Free", sans-serif;
  135. content: "\f0c8";
  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: "Font Awesome 5 Free", 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: "Font Awesome 5 Free", sans-serif;
  266. content: "\f0c8";
  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: "Font Awesome 5 Free", 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 .tab-panel.tools-panel {
  300. overflow-y: auto; }
  301. .insp-wrapper .tab-panel .tool-title1 {
  302. font-size: 1.1em;
  303. padding: 10px; }
  304. .insp-wrapper .tab-panel .tool-title2 {
  305. margin: 10px 0 10px 0;
  306. font-size: 1.05em;
  307. border-bottom: 1px solid #5db0d7;
  308. box-sizing: border-box; }
  309. .insp-wrapper .tab-panel .tool-label, .insp-wrapper .tab-panel .tool-label-line, .insp-wrapper .tab-panel .tool-label-error {
  310. background-color: #2c2c2c;
  311. border: none;
  312. outline: none;
  313. font-family: "Inconsolata", sans-serif;
  314. color: #b3b3b3;
  315. padding: 5px;
  316. margin: 0px 6px 0px 0; }
  317. .insp-wrapper .tab-panel .tool-label-line {
  318. width: 100%; }
  319. .insp-wrapper .tab-panel .tool-label-error {
  320. color: #fa371d;
  321. width: 100%;
  322. background-color: none; }
  323. .insp-wrapper .tab-panel .tool-value {
  324. display: inline-block;
  325. width: 25%;
  326. padding: 2px;
  327. background-color: #2c2c2c;
  328. border-top: 1px solid #242424;
  329. border-bottom: 1px solid #242424;
  330. height: 30px;
  331. line-height: 30px;
  332. box-sizing: border-box; }
  333. .insp-wrapper .tab-panel .tool-infos {
  334. width: 100%;
  335. padding: 4px; }
  336. .insp-wrapper .tab-panel .tool-input {
  337. background-color: #2c2c2c;
  338. border: none;
  339. outline: none;
  340. font-family: "Inconsolata", sans-serif;
  341. color: #ccc;
  342. padding: 5px 10px;
  343. margin: 0px 6px 0px 0;
  344. width: 100%;
  345. border-top: 1px solid #242424;
  346. border-bottom: 1px solid #242424;
  347. text-align: left; }
  348. .insp-wrapper .tab-panel .tool-input:hover {
  349. background-color: #383838;
  350. cursor: pointer; }
  351. .insp-wrapper .tab-panel .tool-input:active {
  352. background-color: #454545; }
  353. .insp-wrapper .property-type {
  354. color: #5db0d7; }
  355. .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 {
  356. color: #f29766; }
  357. .insp-wrapper .insp-tree {
  358. overflow-y: auto;
  359. overflow-x: hidden;
  360. height: calc(50% - 50px - 30px); }
  361. .insp-wrapper .insp-tree .line {
  362. padding: 3px;
  363. cursor: pointer; }
  364. .insp-wrapper .insp-tree .line:hover {
  365. background-color: #2c2c2c; }
  366. .insp-wrapper .insp-tree .line.active {
  367. background-color: #454545; }
  368. .insp-wrapper .insp-tree .line.active .line-content {
  369. background-color: #242424; }
  370. .insp-wrapper .insp-tree .line.unfolded:before {
  371. width: 1em;
  372. height: 1em;
  373. line-height: 1em;
  374. display: inline-block;
  375. font-family: "Font Awesome 5 Free", sans-serif;
  376. content: "\f107";
  377. font-weight: 900; }
  378. .insp-wrapper .insp-tree .line.folded:before {
  379. width: 1em;
  380. height: 1em;
  381. line-height: 1em;
  382. display: inline-block;
  383. font-family: "Font Awesome 5 Free", sans-serif;
  384. content: "\f105";
  385. font-weight: 900; }
  386. .insp-wrapper .insp-tree .line.unfolded.transformNode > span:first-of-type {
  387. color: #f29766; }
  388. .insp-wrapper .insp-tree .line.folded.transformNode > span:first-of-type {
  389. color: #f29766; }
  390. .insp-wrapper .insp-tree .line .line-content {
  391. padding-left: 15px; }
  392. .insp-wrapper .insp-tree .line .line-content:hover {
  393. background-color: #242424; }
  394. .insp-wrapper .insp-tree .line .line-content .line:hover:first-child {
  395. background-color: #383838; }
  396. .insp-wrapper .insp-tree .line_invisible {
  397. display: none; }
  398. .insp-wrapper .insp-details {
  399. background-color: #242424;
  400. overflow-y: auto;
  401. overflow-x: auto;
  402. color: #ccc;
  403. font-family: "Inconsolata", sans-serif; }
  404. .insp-wrapper .insp-details .details {
  405. padding-left: 5px; }
  406. .insp-wrapper .insp-details .base-row, .insp-wrapper .insp-details .row, .insp-wrapper .insp-details .header-row {
  407. display: flex;
  408. width: 100%; }
  409. .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 {
  410. padding: 2px 0 2px 0;
  411. text-overflow: ellipsis;
  412. white-space: nowrap;
  413. overflow: hidden; }
  414. .insp-wrapper .insp-details .base-row .prop-name, .insp-wrapper .insp-details .row .prop-name, .insp-wrapper .insp-details .header-row .prop-name {
  415. width: 35%; }
  416. .insp-wrapper .insp-details .base-row .prop-value, .insp-wrapper .insp-details .row .prop-value, .insp-wrapper .insp-details .header-row .prop-value {
  417. width: 59%;
  418. padding-left: 5px; }
  419. .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 {
  420. cursor: pointer; }
  421. .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 {
  422. background-color: #383838; }
  423. .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 {
  424. font-family: "Font Awesome 5 Free", sans-serif;
  425. content: "\00a0 \00a0 \00a0 \f105";
  426. font-weight: 900; }
  427. .insp-wrapper .insp-details .row:nth-child(even) {
  428. background-color: #2c2c2c; }
  429. .insp-wrapper .insp-details .row.unfolded .prop-value.clickable:after {
  430. font-family: "Font Awesome 5 Free", sans-serif;
  431. content: "\00a0 \00a0 \00a0 \f107";
  432. font-weight: 900; }
  433. .insp-wrapper .insp-details .header-row {
  434. background-color: #2c2c2c;
  435. color: #ccc;
  436. width: 100%;
  437. max-width: 100%; }
  438. .insp-wrapper .insp-details .header-row > * {
  439. color: #ccc !important;
  440. padding: 5px 0 5px 5px !important;
  441. cursor: pointer; }
  442. .insp-wrapper .insp-details .header-row > *:hover {
  443. background-color: #383838; }
  444. .insp-wrapper .insp-details .header-row .header-col {
  445. display: flex;
  446. justify-content: space-between;
  447. align-items: center; }
  448. .insp-wrapper .insp-details .header-row .header-col .sort-direction {
  449. margin-right: 5px; }
  450. .insp-wrapper .insp-details .element-viewer, .insp-wrapper .insp-details .color-element, .insp-wrapper .insp-details .texture-element {
  451. position: relative;
  452. width: 10px;
  453. height: 10px;
  454. display: inline-block;
  455. margin-left: 5px; }
  456. .insp-wrapper .insp-details .color-element {
  457. width: 20px;
  458. height: 15px; }
  459. .insp-wrapper .insp-details .texture-element {
  460. color: #f29766;
  461. margin-left: 10px; }
  462. .insp-wrapper .insp-details .texture-element .texture-viewer {
  463. color: #ccc;
  464. position: absolute;
  465. z-index: 10;
  466. bottom: 0;
  467. right: 0;
  468. display: block;
  469. width: 150px;
  470. height: 150px;
  471. border: 1px solid #454545;
  472. background-color: #242424;
  473. transform: translateX(100%) translateY(100%);
  474. display: none;
  475. flex-direction: column;
  476. justify-content: flex-start;
  477. align-items: center; }
  478. .insp-wrapper .insp-details .texture-element .texture-viewer .texture-viewer-img {
  479. margin: 10px 0 10px 0;
  480. max-width: 110px;
  481. max-height: 110px; }
  482. .insp-wrapper .tabbar {
  483. height: 50px;
  484. display: flex;
  485. align-items: center;
  486. border-bottom: 1px solid #383838;
  487. width: 100%;
  488. overflow-x: auto;
  489. overflow-y: hidden;
  490. box-sizing: border-box; }
  491. .insp-wrapper .tabbar .tab {
  492. height: calc(50px - 2px);
  493. width: auto;
  494. padding: 0 10px 0 10px;
  495. color: #ccc;
  496. line-height: 50px;
  497. text-align: center;
  498. cursor: pointer;
  499. margin: 0 5px 0 5px;
  500. box-sizing: border-box; }
  501. .insp-wrapper .tabbar .tab:hover {
  502. border-bottom: 1px solid #f29766;
  503. background-color: #2c2c2c; }
  504. .insp-wrapper .tabbar .tab:active {
  505. background-color: #383838; }
  506. .insp-wrapper .tabbar .tab.active {
  507. border-bottom: 1px solid #f29766; }
  508. .insp-wrapper .tabbar .more-tabs {
  509. width: 50px;
  510. height: 50px;
  511. display: flex;
  512. justify-content: center;
  513. align-items: center;
  514. cursor: pointer;
  515. position: relative;
  516. border-right: 1px solid #383838; }
  517. .insp-wrapper .tabbar .more-tabs:hover {
  518. background-color: #383838; }
  519. .insp-wrapper .tabbar .more-tabs:active {
  520. color: #f29766;
  521. background-color: #454545; }
  522. .insp-wrapper .tabbar .more-tabs.active {
  523. color: #f29766; }
  524. .insp-wrapper .toolbar {
  525. display: flex; }
  526. .insp-wrapper .toolbar .tool {
  527. width: 50px;
  528. height: 50px;
  529. display: flex;
  530. justify-content: center;
  531. align-items: center;
  532. cursor: pointer;
  533. position: relative;
  534. border-right: 1px solid #383838; }
  535. .insp-wrapper .toolbar .tool:hover {
  536. background-color: #383838; }
  537. .insp-wrapper .toolbar .tool:active {
  538. color: #f29766;
  539. background-color: #454545; }
  540. .insp-wrapper .toolbar .tool.active {
  541. color: #f29766; }
  542. .insp-wrapper .searchbar {
  543. border: 1px solid #2c2c2c;
  544. margin-bottom: 5px;
  545. display: flex;
  546. align-items: center;
  547. color: #b3b3b3; }
  548. .insp-wrapper .searchbar input {
  549. background-color: #242424;
  550. border: none;
  551. width: 100%;
  552. outline: none;
  553. font-family: "Inconsolata", sans-serif;
  554. color: #b3b3b3;
  555. padding: 3px 0 3px 10px;
  556. margin: 6px 0 6px 0; }
  557. .insp-wrapper input[type="range"] {
  558. margin: auto;
  559. -webkit-appearance: none;
  560. position: relative;
  561. overflow: hidden;
  562. height: 15px;
  563. width: 50%;
  564. cursor: pointer;
  565. border-radius: 0;
  566. /* iOS */ }
  567. .insp-wrapper ::-webkit-slider-runnable-track {
  568. background: #ddd; }
  569. .insp-wrapper ::-webkit-slider-thumb {
  570. -webkit-appearance: none;
  571. width: 20px;
  572. /* 1 */
  573. height: 15px;
  574. /* 1 */
  575. background: #fff;
  576. box-shadow: -100vw 0 0 100vw dodgerblue;
  577. border: 0px solid #999;
  578. /* 1 */ }
  579. .insp-wrapper ::-moz-range-track {
  580. height: 15px;
  581. background: #ddd; }
  582. .insp-wrapper ::-moz-range-thumb {
  583. background: #fff;
  584. height: 15px;
  585. width: 20px;
  586. border: 0px solid #999;
  587. border-radius: 0 !important;
  588. box-shadow: -100vw 0 0 100vw dodgerblue;
  589. box-sizing: border-box; }
  590. .insp-wrapper ::-ms-fill-lower {
  591. background: dodgerblue; }
  592. .insp-wrapper ::-ms-thumb {
  593. background: #fff;
  594. border: 0px solid #999;
  595. height: 15px;
  596. width: 20px;
  597. box-sizing: border-box; }
  598. .insp-wrapper ::-ms-ticks-after {
  599. display: none; }
  600. .insp-wrapper ::-ms-ticks-before {
  601. display: none; }
  602. .insp-wrapper ::-ms-track {
  603. background: #ddd;
  604. color: transparent;
  605. height: 15px;
  606. border: none; }
  607. .insp-wrapper ::-ms-tooltip {
  608. display: none; }