#user-list {
margin: 0;
+ border: 0px none;
}
#view-tabs {
.view-button {
/* Box model is 5px 5px 5px 6px in aggregate. Extra pixel on the left is for the separator. */
-moz-appearance: none;
- margin: 5px 0;
- border: none;
-/* border-left: 1px solid ButtonShadow;*/
+ margin: 5px 0 0;
+/* border: none;
+ border-left: 1px solid ButtonShadow;*/
padding: 0 5px;
/*
background: Button;
}
.view-button:first-child {
- border-left-color: transparent;
}
.view-button::before {
content: " ";
display: -moz-box;
- margin: -5px -5px 0 -5px;
- height: 4px;
+ margin: -5px -6px 0 -6px;
+ height: 5px;
+ border-left: 1px outset #CCD0DD;
+ border-right: 1px outset #CCD0DD;
}
.view-button[state="superfluous"]::before {
.view-button:hover,
.view-button[state="current"] {
- margin: 0 0 0 1px;
- border-left: none;
- border-radius: 0 0 6px 6px;
- padding: 5px;
+ margin: 0 0 0;
+/* border-left: none;
+ border-radius: 0 0 6px 6px;*/
+ padding: 5px 5px 0;
/*
background: Window;
color: WindowText;
.view-button[state="current"] + .view-button,
.view-button:hover + .view-button:not([state="current"]) {
- border-left-color: transparent;
}
.view-button[state="current"] {
position: relative; /* So it visually appears above the tabs either side. */
/* border: 2px solid ButtonShadow;*/
border-top: none;
- padding: 5px 3px 3px 3px;
+ padding: 5px 5px 3px 5px;
}
treecol {
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
resizer {
- -moz-appearance: resizer;
+/* -moz-appearance: resizer; */
background: url("chrome://global/skin/icons/resizer.png") no-repeat;
background-size: 100% 100%;
cursor: se-resize;
.view-button {
/* Box model is 5px 5px 5px 6px in aggregate. Extra pixel on the left is for the separator. */
-moz-appearance: none;
- margin: 5px 0;
- border: none;
-/* border-left: 1px solid ButtonShadow;*/
+ margin: 5px 0 0;
+/* border: none;
+ border-left: 1px solid ButtonShadow;*/
padding: 0 5px;
/*
background: Button;
.view-button:hover,
.view-button[state="current"] {
- margin: 0 0 0 1px;
- border-left: none;
- border-radius: 0 0 6px 6px;
- padding: 5px;
+ margin: 0 0 0;
+/* border-left: none;
+ border-radius: 0 0 6px 6px;*/
+ padding: 5px 5px 0;
/*
background: Window;
color: WindowText;
.view-button[state="current"] + .view-button,
.view-button:hover + .view-button:not([state="current"]) {
- border-left-color: transparent;
+/* border-left-color: transparent;*/
}
.view-button[state="current"] {
position: relative; /* So it visually appears above the tabs either side. */
/* border: 2px solid ButtonShadow;*/
border-top: none;
- padding: 5px 3px 3px 3px;
+ padding: 5px 5px 3px 5px;
}
treecol {