mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Improving display of SQL in DB manager
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
body {font-family: arial, verdana, helvetica, sans-serif; font-size: 13px; background: rgba(0,0,0,0.92); color: #ccc}
|
||||
a, a:visited {color: #49d; text-decoration: none; background: transparent}
|
||||
a, a:visited, .jush a {color: #49d; text-decoration: none; background: transparent}
|
||||
a:link:hover, a:visited:hover {color: #eee}
|
||||
#logins a, #tables a, #tables span {background: transparent}
|
||||
h1 {display: none}
|
||||
@@ -13,6 +13,9 @@ tbody tr:hover td,tbody tr:hover th{background: #222}
|
||||
thead tr:hover td,thead tr:hover th{background: #333}
|
||||
.odd td {background: #111}
|
||||
|
||||
.jush {color: #eee}
|
||||
.jush-op, .jush-custom {color: #f80 !important}
|
||||
|
||||
.footer {position: relative; border-image: none; border-top: 0; margin-top: 20px}
|
||||
.footer div {background: transparent}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user