Bug 874448 - OS X customization mode doesn't have dragover border indicators on toolbarpaletteitems, r=dao

--HG--
extra : rebase_source : 362b1b4596078e358cb9856b43781447e409f56f
This commit is contained in:
Gijs Kruitbosch 2013-05-22 11:37:06 +02:00
Родитель b760c27853
Коммит 436c771d61
3 изменённых файлов: 21 добавлений и 14 удалений

Просмотреть файл

@ -65,13 +65,6 @@ toolbarpaletteitem {
background-color: #FFF !important;
}
toolbarpaletteitem[place="toolbar"] {
margin-left: -2px;
margin-right: -2px;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
toolbarpaletteitem[place="toolbar"] > toolbarspacer {
width: 11px;
}
@ -102,6 +95,13 @@ toolbarpaletteitem[place="toolbar"] > toolbarspacer {
/* ..... drag and drop feedback ..... */
toolbarpaletteitem[place="toolbar"] {
margin-left: -2px;
margin-right: -2px;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
toolbarpaletteitem[dragover="left"] {
border-left-color: #000000;
}

Просмотреть файл

@ -95,6 +95,13 @@ toolbarpaletteitem[type="spacer"] {
/* ..... drag and drop feedback ..... */
toolbarpaletteitem[place="toolbar"] {
margin-left: -2px;
margin-right: -2px;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
toolbarpaletteitem[dragover="left"] {
border-left-color: #000000;
}

Просмотреть файл

@ -74,13 +74,6 @@ toolbarpaletteitem {
background-color: #FFF !important;
}
toolbarpaletteitem[place="toolbar"] {
margin-left: -2px;
margin-right: -2px;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
toolbarpaletteitem[place="toolbar"] > toolbarspacer {
width: 11px;
}
@ -111,6 +104,13 @@ toolbarpaletteitem[place="toolbar"] > toolbarspacer {
/* ..... drag and drop feedback ..... */
toolbarpaletteitem[place="toolbar"] {
margin-left: -2px;
margin-right: -2px;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
toolbarpaletteitem[dragover="left"] {
border-left-color: #000000;
}