##// END OF EJS Templates
invoke css
Jonathan Frederic -
Show More
@@ -10483,18 +10483,18 span.autosave_status {
10483 -ms-transform: rotate(45deg);
10483 -ms-transform: rotate(45deg);
10484 -o-transform: rotate(45deg);
10484 -o-transform: rotate(45deg);
10485 }
10485 }
10486 body.terminal-app {
10486 .terminal-app {
10487 background: #eeeeee;
10487 background: #eeeeee;
10488 }
10488 }
10489 body.terminal-app #header {
10489 .terminal-app #header {
10490 background: #ffffff;
10490 background: #ffffff;
10491 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10491 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10492 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10492 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10493 }
10493 }
10494 body.terminal-app #header .header-bar {
10494 .terminal-app #header .header-bar {
10495 margin-bottom: -1px;
10495 margin-bottom: -1px;
10496 }
10496 }
10497 body.terminal-app .terminal {
10497 .terminal-app .terminal {
10498 float: left;
10498 float: left;
10499 font-family: monospace;
10499 font-family: monospace;
10500 color: white;
10500 color: white;
@@ -10504,16 +10504,16 body.terminal-app .terminal {
10504 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
10504 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
10505 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
10505 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
10506 }
10506 }
10507 body.terminal-app .terminal,
10507 .terminal-app .terminal,
10508 body.terminal-app .terminal dummy-screen {
10508 .terminal-app .terminal dummy-screen {
10509 line-height: 1em;
10509 line-height: 1em;
10510 font-size: 14px;
10510 font-size: 14px;
10511 }
10511 }
10512 body.terminal-app .terminal-cursor {
10512 .terminal-app .terminal-cursor {
10513 color: black;
10513 color: black;
10514 background: white;
10514 background: white;
10515 }
10515 }
10516 body.terminal-app #terminado-container {
10516 .terminal-app #terminado-container {
10517 margin-top: 20px;
10517 margin-top: 20px;
10518 }
10518 }
10519 /*# sourceMappingURL=style.min.css.map */ No newline at end of file
10519 /*# sourceMappingURL=style.min.css.map */
General Comments 0
You need to be logged in to leave comments. Login now