diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-15 14:38:47 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-15 14:38:47 +0200 |
commit | 9ccbde780aceabc8df863e4e1091d1696f0defe3 (patch) | |
tree | 712b6c7710b03836099d769801ce50d72280e5b8 /css/style.css | |
parent | 79f0da7f94acd7a04088fee3653299806ff16eec (diff) | |
download | fileup-9ccbde780aceabc8df863e4e1091d1696f0defe3.tar.gz |
Save button
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index ebfe7c2..b99d13f 100644 --- a/css/style.css +++ b/css/style.css @@ -176,7 +176,7 @@ form > h2 { background: white; } -.window h3 > .separator { +.window h3 .separator { flex: 0 0 1px; align-self: stretch; background: #bbb; |