summaryrefslogtreecommitdiff
path: root/common/skin
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-12-23 23:27:33 -0500
committerKris Maglione <maglione.k@gmail.com>2010-12-23 23:27:33 -0500
commit33e16f3183bd40d8d847f6abdc0876be49c3b9b1 (patch)
tree975974242de435218c87818e75987c1360cbd36a /common/skin
parentc396c279c4a54cfddcaeb83e1d7173cc5ceb85c6 (diff)
downloadpentadactyl-33e16f3183bd40d8d847f6abdc0876be49c3b9b1.tar.gz
Bootstrap cleanup work.
--HG-- branch : bootstrapped
Diffstat (limited to 'common/skin')
-rw-r--r--common/skin/dactyl.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css
index 62c92ca1..ae35761b 100644
--- a/common/skin/dactyl.css
+++ b/common/skin/dactyl.css
@@ -89,8 +89,8 @@ window[dactyl|highlight~=Bell] > * {
}
[dactyl|highlight~=CmdLine] {
- background: inherit;
- color: inherit;
+ background: inherit !important;
+ color: inherit !important;
}
[dactyl|highlight~=CmdLine],
[dactyl|highlight~=CmdLine] > [dactyl|highlight~=CmdLine] {
@@ -123,8 +123,8 @@ statusbarpanel {
}
#dactyl-statusline-field-url {
- background-color: inherit;
- color: inherit;
+ background-color: inherit !important;
+ color: inherit !important;
}
/* no longer at the window's bottom right corner */
@@ -141,8 +141,8 @@ statusbarpanel {
padding: 0px;
}
.dactyl-commandline-command {
- background-color: inherit;
- color: inherit;
+ background-color: inherit !important;
+ color: inherit !important;
margin: 0px;
}
.dactyl-commandline-command html|*:focus {