зеркало из https://github.com/mozilla/gecko-dev.git
Bug 390979 - "tabbrowser drag&drop code cleanup" [p=w.woods@optusnet.com.au (Wayne Woods) r=gavin a1.9=mconnor]
This commit is contained in:
Родитель
4c0dd32305
Коммит
5960cd9d33
|
@ -1340,22 +1340,19 @@ tabpanels {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.tab-drop-indicator-bar {
|
.tab-drop-indicator-bar {
|
||||||
visibility: hidden;
|
height: 11px;
|
||||||
height: 9px;
|
margin-top: -11px;
|
||||||
margin-top: -9px;
|
position: relative;
|
||||||
position: relative;
|
/* set -moz-margin-start to -1/2 indicator width: */
|
||||||
|
-moz-margin-start: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-drop-indicator {
|
.tab-drop-indicator {
|
||||||
height: 9px;
|
height: 11px;
|
||||||
width: 9px;
|
width: 11px;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: url('chrome://browser/skin/tabbrowser/tabDragIndicator.png') 50% 50% no-repeat;
|
background: url('chrome://browser/skin/tabbrowser/tabDragIndicator.png') 50% 50% no-repeat;
|
||||||
}
|
|
||||||
|
|
||||||
.tab-drop-indicator-bar[dragging="true"] {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Загрузка…
Ссылка в новой задаче