summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/adminer.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/docker/adminer.css b/docker/adminer.css
index 9f30efb..1717fdc 100644
--- a/docker/adminer.css
+++ b/docker/adminer.css
@@ -29,11 +29,11 @@
}
#menu {
- width: 21em;
+ width: 24em;
}
#content {
- margin-left: 22em;
+ margin-left: 25em;
}
.footer {
@@ -98,6 +98,10 @@
background: #333;
color: #ebebeb;
border: 1px solid #777;
+
+ &:focus {
+ outline: 1px solid #ebebeb;
+ }
}
input[type="submit"] {