diff options
Diffstat (limited to 'res/ua.css')
-rw-r--r-- | res/ua.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/res/ua.css b/res/ua.css index 37f39592..573c73a2 100644 --- a/res/ua.css +++ b/res/ua.css @@ -35,8 +35,20 @@ colgroup { display: table-column-group; } -input { +input[type="text"] { width: 20ch; + margin-left: 1ch; + margin-right: 1ch; +} + +input[type="text"]::before { + content: '['; + text-decoration: none !important; +} + +input[type="text"]::after { + content: ']'; + text-decoration: none !important; } tr { |