.sqlarea { width: 98%; }
.sql-footer { margin-bottom: 2.5em; }
.explain table { white-space: pre; }
-.icon { width: 18px; height: 18px; background-color: navy; border: 0; vertical-align: middle; }
+.icon { width: 18px; height: 18px; background: navy center no-repeat; border: 0; vertical-align: middle; }
.icon span { display: none; }
.icon:hover { background-color: red; }
.size { width: 7ex; }
.pages { left: auto; }
.js .logout { top: 1.667em; }
#menu { position: static; width: auto; min-width: 23em; background: var(--bg); border: 1px solid var(--fg); margin-top: 9px; box-shadow: 0 0 20px rgb(from var(--fg) r g b / .7); }
- #content { margin-left: 10px; }
+ #content { margin-left: 10px !important; }
#lang { position: static; }
- #breadcrumb { left: 48px; }
+ #breadcrumb { left: 48px !important; }
.js #foot { position: absolute; top: 2em; left: 0; }
.js .foot { display: none; }
.js #menuopen { display: block; position: absolute; top: 3px; left: 6px; }
}
.icon {
width: 1.2em;
- background: #4c3957 center no-repeat;
+ background-color: #4c3957;
background-size: 66%;
}
.icon-plus {
display: inline-block;
font-size: 85%;
text-align: center;
- background: #4c3957;
+ background-color: #4c3957;
color: #fff;
padding: 0.5em 0.8em 0.6em;
margin: 0;
.links a:link:focus,
.links a:visited:focus {
color: #fff;
- background: #ec5f12;
+ background-color: #ec5f12;
text-decoration: none;
}
input[type="submit"]:disabled,