inspec/www/tutorial/app/xterm-terminal/xterm-terminal.component.css

23 lines
452 B
CSS
Raw Normal View History

2016-08-29 21:12:31 +00:00
#terminal-container {
width: 1200px;
height: 800px;
margin: 0 auto;
padding: 2px;
}
/*the app was having trouble setting the following css
classes, so i added a host and /deep/ call to ensure they get set*/
:host /deep/ .terminal {
background-color: black;
color: #fafafa;
padding: 2px;
}
:host /deep/ .terminal:focus .terminal-cursor {
background-color: #fafafa;
}
:host /deep/ .xterm-helpers {
display: none;
}