]> git.joonet.de Git - adminer.git/commitdiff
CSS: Add border-radius to fieldset (fix #980)
authorJakub Vrana <jakub@vrana.cz>
Thu, 3 Apr 2025 21:17:02 +0000 (23:17 +0200)
committerJakub Vrana <jakub@vrana.cz>
Thu, 3 Apr 2025 21:17:02 +0000 (23:17 +0200)
adminer/static/default.css

index 1d9d4dd445db87f9acd5a9d25f4087f5e277bcab..62906f307e6c3c4406991e52811416adb0617bec 100644 (file)
@@ -23,7 +23,7 @@ th { background: #eee; text-align: left; }
 thead { position: sticky; top: 0; }
 thead th { text-align: center; padding: .2em .5em; }
 thead td, thead th { background: #ddf; }
-fieldset { display: inline; vertical-align: top; padding: .5em .8em; margin: .8em .5em 0 0; border: 1px solid #999; }
+fieldset { display: inline; vertical-align: top; padding: .5em .8em; margin: .8em .5em 0 0; border: 1px solid #999; border-radius: 5px; }
 p { margin: .8em 20px 0 0; }
 img { vertical-align: middle; border: 0; }
 td img { max-width: 200px; max-height: 200px; }