mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Changed everything to be box-sizing: border-box;
This commit is contained in:
parent
2d832ff5ea
commit
cb167da854
25 changed files with 37 additions and 109 deletions
|
|
@ -3,7 +3,6 @@
|
|||
border: 1px solid var(--input-border-clr, #ccc);
|
||||
border-radius: var(--input-border-radius, 3px);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
|
||||
box-sizing: border-box;
|
||||
color: var(--input-clr, #555);
|
||||
cursor: text;
|
||||
font-size: 90%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue