summaryrefslogtreecommitdiff
path: root/common/skin/dactyl.css
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-09-27 07:39:49 -0400
committerKris Maglione <maglione.k@gmail.com>2010-09-27 07:39:49 -0400
commitbed08a3455747e39081e6e879d199118f9e8773b (patch)
treea775cbf9866c62d7d99d5b987c2d52cdcc415a20 /common/skin/dactyl.css
parentc8faebba0a7da5bb82f3df0a7adb580116431060 (diff)
downloadpentadactyl-bed08a3455747e39081e6e879d199118f9e8773b.tar.gz
Auto-hide the command-line by default; allow showing messages/mode/command-line in the status bar.
Diffstat (limited to 'common/skin/dactyl.css')
-rw-r--r--common/skin/dactyl.css26
1 files changed, 16 insertions, 10 deletions
diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css
index 40b6fd7f..b6a801b0 100644
--- a/common/skin/dactyl.css
+++ b/common/skin/dactyl.css
@@ -69,14 +69,20 @@
@-moz-document
url-prefix(chrome://) {
+[dactyl|highlight~=CmdLine] {
+ background: inherit;
+ color: inherit;
+}
+
.dactyl-container > * {
font-family: inherit;
}
-#dactyl-completions {
+.dactyl-completions {
-moz-user-focus: ignore;
overflow: -moz-scrollbars-none !important; /* does not seem to work fully */
border-width: 0px !important;
+ border-top: 1px solid black !important;
/*-moz-appearance: none !important; /* prevent an ugly 3D border */
}
@@ -113,20 +119,20 @@ statusbarpanel {
display: none;
}
-#dactyl-commandline-prompt {
+.dactyl-commandline-prompt {
background-color: inherit;
margin: 0px;
padding: 0px;
}
-#dactyl-commandline-command {
+.dactyl-commandline-command {
background-color: inherit;
color: inherit;
margin: 0px;
}
-#dactyl-commandline-command html|*:focus {
+.dactyl-commandline-command html|*:focus {
outline-width: 0px !important
}
-#dactyl-commandline-command .textbox-search-icons {
+.dactyl-commandline-command .textbox-search-icons {
visibility: collapse !important;
}
#dactyl-message {
@@ -140,7 +146,7 @@ statusbarpanel {
/* MOW */
-#dactyl-completions,
+.dactyl-completions,
#dactyl-multiline-output,
#dactyl-multiline-input {
overflow: hidden;
@@ -148,7 +154,7 @@ statusbarpanel {
color: black;
}
-#dactyl-completions-content,
+.dactyl-completions-content,
#dactyl-multiline-output-content,
#dactyl-multiline-input {
white-space: pre;
@@ -161,15 +167,15 @@ statusbarpanel {
font: inherit;
}
-#dactyl-completions-content table,
+.dactyl-completions-content table,
#dactyl-multiline-output-content table {
white-space: inherit;
border-spacing: 0px;
}
-#dactyl-completions-content td,
+.dactyl-completions-content td,
#dactyl-multiline-output-content td,
-#dactyl-completions-content th,
+.dactyl-completions-content th,
#dactyl-multiline-output-content th {
padding: 0px 2px;
}