summaryrefslogtreecommitdiff
path: root/common/skin
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-01-04 01:50:22 -0500
committerKris Maglione <maglione.k@gmail.com>2011-01-04 01:50:22 -0500
commit8e498ed52fd662c6ec47f91f96ac1bdcfbb0ae7c (patch)
tree36cfe99681afdf101f551cfd6a9ffc1ee6fa9407 /common/skin
parentf8476edbbd770f6a439e900e4145b1ffb7efb9ce (diff)
downloadpentadactyl-8e498ed52fd662c6ec47f91f96ac1bdcfbb0ae7c.tar.gz
Style the Add-on Bar rather than the statusbar where applicable.
Diffstat (limited to 'common/skin')
-rw-r--r--common/skin/dactyl.css17
1 files changed, 9 insertions, 8 deletions
diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css
index a3fbad7b..90152c73 100644
--- a/common/skin/dactyl.css
+++ b/common/skin/dactyl.css
@@ -98,9 +98,15 @@ window[dactyl|highlight~=Bell] > * {
}
[dactyl|highlight~=CmdLine] {
- background: inherit !important;
+ /* background: inherit !important; */
color: inherit !important;
}
+
+.dactyl-status-field-url {
+ /* background-color: inherit !important; */
+ color: inherit !important;
+}
+
[dactyl|highlight~=CmdLine],
[dactyl|highlight~=CmdLine] > [dactyl|highlight~=CmdLine] {
padding: 0px !important;
@@ -131,11 +137,6 @@ statusbarpanel {
background: transparent;
}
-.dactyl-status-field-url {
- background-color: inherit !important;
- color: inherit !important;
-}
-
/* no longer at the window's bottom right corner */
.statusbar-resizerpanel {
display: none;
@@ -145,12 +146,12 @@ statusbarpanel {
}
.dactyl-commandline-prompt {
- background-color: inherit;
+ /* background-color: inherit; */
margin: 0px;
padding: 0px;
}
.dactyl-commandline-command {
- background-color: inherit !important;
+ /* background-color: inherit !important; */
color: inherit !important;
margin: 0px;
}