Bug 947257 - Splitters have a dark squary sort of thing in their center. r=paul

This commit is contained in:
Brian Grinstead 2013-12-06 11:34:21 -06:00
Родитель 1a5777040f
Коммит 44985c5db8
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -24,6 +24,7 @@
/* Splitters */
.devtools-horizontal-splitter {
-moz-appearance: none;
background-image: none;
border-top: 1px solid black;
border-bottom-width: 0;
min-height: 3px;
@ -34,6 +35,7 @@
.devtools-side-splitter {
-moz-appearance: none;
background-image: none;
border: 0;
-moz-border-start: 1px solid black;
min-width: 0;