Advertisement
Guest User

Untitled

a guest
May 1st, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. TerminalWindow .notebook {
  2. background-color: #3c3b37;
  3. border:none;
  4. color:#fcfbf7;
  5. }
  6.  
  7. TerminalWindow .notebook tab{
  8. opacity:0.5;
  9. background-color: #3c3b37;
  10. border:none;
  11. }
  12.  
  13. TerminalWindow .notebook tab:active {
  14. background-color: #2c2b27;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement