]> git.joonet.de Git - adminer.git/commitdiff
Remove CSS vendor prefixes
authorJakub Vrana <jakub@vrana.cz>
Fri, 21 Feb 2025 16:01:54 +0000 (17:01 +0100)
committerJakub Vrana <jakub@vrana.cz>
Fri, 21 Feb 2025 16:01:54 +0000 (17:01 +0100)
adminer/static/default.css

index 0a09c7d8ccc8bdbf6bfe0e3bdaf3d10d29bbf031..54be43a461674ef6cc5473873968d0f902675cb8 100644 (file)
@@ -1,5 +1,5 @@
 /** @author Ondrej Valka, http://valka.info */
-body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; width: -moz-fit-content; width: fit-content; }
+body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; width: fit-content; }
 a { color: blue; text-decoration: none; }
 a:visited { color: navy; }
 a:link:hover, a:visited:hover { color: red; text-decoration: underline; }
@@ -79,7 +79,7 @@ input.wayoff { left: -1000px; position: absolute; }
 #breadcrumb { white-space: nowrap; position: absolute; top: 0; left: 21em; background: #eee; height: 2em; line-height: 1.8em; padding: 0 1em; margin: 0 0 0 -18px; }
 #h1 { color: #777; text-decoration: none; font-style: italic; }
 #version { color: red; }
-#schema { margin-left: 60px; position: relative; -moz-user-select: none; -webkit-user-select: none; }
+#schema { margin-left: 60px; position: relative; user-select: none; -webkit-user-select: none; }
 #schema .table { border: 1px solid silver; padding: 0 2px; cursor: move; position: absolute; }
 #schema .references { position: absolute; }
 #help { position: absolute; border: 1px solid #999; background: #eee; padding: 5px; font-family: monospace; z-index: 1; }