Bug 1140133 - Fix the treecol padding on :hover:active. r=dao

This commit is contained in:
Richard Marti 2015-03-07 11:20:53 +01:00
parent 1ca5359602
commit 89b37101a8

View File

@ -25,7 +25,7 @@ tree {
/* ::::: tree focusring ::::: */ /* ::::: tree focusring ::::: */
.focusring > .tree-stack > .tree-rows > .tree-bodybox { .focusring > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid transparent; border: 1px solid transparent;
} }
.focusring:-moz-focusring > .tree-stack > .tree-rows > .tree-bodybox { .focusring:-moz-focusring > .tree-stack > .tree-rows > .tree-bodybox {
@ -236,9 +236,7 @@ treecol[hideheader="true"] {
treecol:hover:active, treecol:hover:active,
treecolpicker:hover:active { treecolpicker:hover:active {
border-top: 2px solid; border-top: 2px solid;
border-right: 1px solid;
border-bottom: 1px solid; border-bottom: 1px solid;
border-left: 2px solid;
-moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-top-colors: ThreeDShadow -moz-Dialog;
-moz-border-right-colors: ThreeDShadow; -moz-border-right-colors: ThreeDShadow;
-moz-border-bottom-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow;
@ -246,14 +244,14 @@ treecolpicker:hover:active {
padding-top: 1px; padding-top: 1px;
padding-bottom: 0px; padding-bottom: 0px;
-moz-padding-start: 5px; -moz-padding-start: 5px;
-moz-padding-end: 4px; -moz-padding-end: 3px;
} }
.treecol-image:hover:active { .treecol-image:hover:active {
padding-top: 1px; padding-top: 1px;
padding-bottom: 0px; padding-bottom: 0px;
-moz-padding-start: 2px; -moz-padding-start: 2px;
-moz-padding-end: 1px; -moz-padding-end: 0px;
} }
/* ::::: column drag and drop styles ::::: */ /* ::::: column drag and drop styles ::::: */