]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/skin/dactyl.css
Imported Upstream version 1.1+hg7904
[dactyl.git] / common / skin / dactyl.css
index f4db095c309284542d3473cd0a1553300854e196..43aef7f47b515c69dbb0aa2d3938efa47a20a5dc 100644 (file)
@@ -68,6 +68,10 @@ input[type=file][dactyl|highlight~=HintElem] {
     line-height: 1.5em !important;
 }
 
+.completion-items-container {
+    overflow: hidden;
+}
+
 .td-span {
     display: inline-block;
     overflow: visible;
@@ -164,6 +168,23 @@ statusbarpanel {
     visibility: collapse;
 }
 
+:-moz-any(#addon-bar, #dactyl-addon-bar) .toolbarbutton-1 > xul|dropmarker {
+    margin-left: 0 !important;
+    margin-right: 0 !important;
+}
+
+#dactyl-addon-bar .toolbarbutton-1 > xul|dropmarker::after {
+    content: "▾";
+    color: white;
+    font-size: 18px;
+    line-height: 18px;
+}
+
+#nav-bar {
+    padding-top: 0px !important;
+    padding-bottom: 0px !important;
+}
+
 .dactyl-commandline-prompt {
     /* background-color: inherit; */
     margin: 0px;
@@ -191,43 +212,71 @@ statusbarpanel {
 
 /* MOW */
 
-.dactyl-completions,
-#dactyl-multiline-output,
-#dactyl-multiline-input {
-    background-color: white;
-    color: black;
+#dactyl-commandline-prompt *,
+#dactyl-commandline-command {
+    font: inherit;
 }
 
-.dactyl-completions-content,
-#dactyl-multiline-output-content,
-#dactyl-multiline-input {
-    white-space: pre;
-    font-family: -moz-fixed;
-    margin: 0px;
+/* for Teledactyl's composer */
+#content-frame, #appcontent {
+    border: 0px;
 }
 
-#dactyl-commandline-prompt *,
-#dactyl-commandline-command {
-    font: inherit;
 }
 
-.dactyl-completions-content table,
-#dactyl-multiline-output-content table {
-    white-space: inherit;
-    border-spacing: 0px;
+@-moz-document url(chrome://browser/content/browser.xul) {
+
+/* Fix ginormous Australis tabs. */
+[dactyl-australis=true] xul|tab.tabbrowser-tab .tab-background > * {
+    min-height: 24px !important;
+    max-height: 24px !important;
 }
 
-.dactyl-completions-content td,
-#dactyl-multiline-output-content td,
-.dactyl-completions-content th,
-#dactyl-multiline-output-content th {
-    padding: 0px 2px;
+[dactyl-australis=true] xul|tab.tabbrowser-tab
+    .tab-background > :-moz-any(.tab-background-start, .tab-background-end)::after {
+    background-size: 30px 24px !important;
+    max-height: 24px !important;
+    min-height: 24px !important;
 }
 
-/* for Teledactyl's composer */
-#content-frame, #appcontent {
-    border: 0px;
+[dactyl-australis=true] .tabbrowser-tabs {
+    min-height: 0 !important;
+}
+
+/* Fix stupid line... */
+[dactyl-australis=true] #navigator-toolbox::after {
+    height: 0 !important;
+}
+
+#nav-bar-customization-target > .toolbarbutton-1 {
+    margin-top: -5px !important;
+    margin-bottom: -5px !important;
+}
+
+/*
+#PanelUI-button,
+#PanelUI-menu-button,
+#nav-bar-customization-target > .toolbarbutton-1,
+#nav-bar-customization-target > .toolbarbutton-1 > xul|toolbarbutton {
+    padding: 0 !important;
+}
+
+#nav-bar-customization-target > xul|toolbaritem > .toolbarbutton-1 {
+    padding-top: 0 !important;
+    padding-bottom: 0 !important;
+}
+
+#nav-bar-customization-target > .toolbarbutton-1,
+#nav-bar-customization-target > .toolbarbutton-1 > xul|dropmarker > xul|image {
+    margin-top: 0 !important;
+    margin-bottom: 0 !important;
+    max-height: 24px !important;
+}
+
+#nav-bar-customization-target #urlbar {
+    margin-bottom: 0 !important;
 }
+*/
 
 }