mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-28 11:17:13 +08:00
Former-commit-id: d0ae9134de
Former-commit-id: 148f5baa91e88cd38c1ac9a8156e21df3c81a6f5
Former-commit-id: 48fcc597536d27b2e65b52b621b2777b8732a861
Former-commit-id: be8470a3c77cb1e367116399d15b2a1bb2863d1a
19 lines
422 B
CSS
19 lines
422 B
CSS
/* Termite configuration */
|
|
VteTerminal, vte-terminal {
|
|
/*padding: 30px;*/
|
|
padding: 18px;
|
|
}
|
|
|
|
/* Textboxes */
|
|
GtkEntry {
|
|
padding: 6px 6px 6px 6px;
|
|
border-width: 4px;
|
|
border-style: solid;
|
|
border-radius: 20px;
|
|
border-color: #DEE6E7;
|
|
/*Disable shadow*/
|
|
box-shadow: 0 0 0 0px;
|
|
/*If font is unset, the current system font will be used.*/
|
|
font-family: monospace;
|
|
font-size: 9pt;
|
|
}
|