Bug 865684 - [markup view] Higher Contrast for selected node. r=mikeratcliffe

This commit is contained in:
Paul Rouget 2013-07-15 03:43:00 +02:00
Родитель dfd208bb19
Коммит 709f2c6f4e
3 изменённых файлов: 2 добавлений и 6 удалений

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

@ -44,7 +44,7 @@
}
.theme-selected {
background: #26384E;
background: #26394D;
}
.theme-bg-darker {

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

@ -44,7 +44,7 @@
}
.theme-selected {
background-color: hsl(0,0%,90%);
background-color: #CCC;
}
.theme-bg-darker {

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

@ -11,10 +11,6 @@
cursor: pointer;
}
.selected {
background-color: hsl(0,0%,90%);
}
/* Give some padding to focusable elements to match the editor input
* that will replace them. */
span[tabindex] {