]> git.joonet.de Git - adminer.git/commitdiff
Fix designs after 7db10e95
authorJakub Vrana <jakub@vrana.cz>
Thu, 11 Feb 2021 07:52:33 +0000 (08:52 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 11 Feb 2021 07:52:33 +0000 (08:52 +0100)
designs/dracula/adminer.css
designs/galkaev/adminer.css
designs/mancave/adminer.css
designs/pepa-linha/adminer.css

index 40bfc12a8614bba39ef28b0e66542454baa0d9f4..8f53a4bc94ace2d87aef225ac933f942aa97888f 100644 (file)
    float: none;
  }
  
- #tables a[title] {
+ #tables .structure, #tables .view {
    float: none;
    display: block;
  }
index dccf17eb0af549fe473fc3a2bc0e474c0c3cdd2f..ed324437f7eddfcc800177a77e7e9637f6f8c9fb 100644 (file)
@@ -752,7 +752,7 @@ legend{
        font-size: 13px;\r
 }\r
 \r
-#tables a[title] {\r
+#tables .structure, #tables .view {\r
        float: none;\r
        display: block;\r
        color: inherit;\r
index ef9270bc3923b9d7919bb33583f001f2de7fd8a5..e347d122f44a35a12ff2fec634772ffc15de07c6 100644 (file)
@@ -819,7 +819,7 @@ legend{
        font-size: 13px;
 }
 
-#tables a[title] {
+#tables .structure, #tables .view {
        float: none;
        display: block;
        color: #F1E5B3;
index db04314e8efaf828fd1b81ad3e95a5d95df75785..6bccac96fdc3febd7638ee0e3ae09bd21f8cb0b6 100644 (file)
@@ -360,7 +360,7 @@ p code + a:visited:hover {
        float: none;
 }
 
-#tables a[title] {
+#tables .structure, #tables .view {
        float: none;
        display: block;
 }