aboutsummaryrefslogtreecommitdiff
path: root/conkeror/theme/new-tabs.css
diff options
context:
space:
mode:
Diffstat (limited to 'conkeror/theme/new-tabs.css')
-rw-r--r--conkeror/theme/new-tabs.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/conkeror/theme/new-tabs.css b/conkeror/theme/new-tabs.css
new file mode 100644
index 0000000..0dac555
--- /dev/null
+++ b/conkeror/theme/new-tabs.css
@@ -0,0 +1,41 @@
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+#tab2-bar {
+ color: white;
+ background: #595959;
+ border-bottom: 3px solid #285577;
+}
+
+.tab2 {
+ -moz-box-align: center;
+ border-right: 3px solid #285577;
+ min-width: 10em;
+ max-width: 15em;
+}
+
+.tab2[selected=true] {
+ background: #333333;
+}
+
+.tab2:hover {
+ background: #999;
+}
+
+.tab2-label {
+ -moz-box-flex: 100;
+ margin-left: 4pt;
+ padding-top: 1pt;
+}
+
+.tab2-index {
+ padding: 0pt 2pt 0pt 3pt;
+ font-weight: 900;
+ text-align: center;
+}
+
+.tab2-icon {
+ width: 16px;
+ height: 16px;
+ -moz-margin-start: 4pt;
+ -moz-margin-end: 3pt;
+}