Bug 1154059 - Fix color swatches in ruleview.css and computedview.css. r=miker

--HG--
extra : rebase_source : 7d4e688e2a60e48ae2dd278e5048ff7d22737f86
extra : histedit_source : 1fd30706c6fee53abd9edc8aca0df198e2e7c114
This commit is contained in:
Aaron Raimist 2015-05-12 20:23:00 -04:00
Родитель 853f36e101
Коммит 5b077b70ed
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -183,9 +183,9 @@ body {
.computedview-colorswatch {
border-radius: 50%;
width: 1em;
height: 1em;
vertical-align: text-top;
width: 0.9em;
height: 0.9em;
vertical-align: middle;
-moz-margin-end: 5px;
display: inline-block;
position: relative;

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

@ -160,9 +160,9 @@
.ruleview-swatch {
cursor: pointer;
border-radius: 50%;
width: 1em;
height: 1em;
vertical-align: text-top;
width: 0.9em;
height: 0.9em;
vertical-align: middle;
-moz-margin-end: 5px;
display: inline-block;
position: relative;