зеркало из https://github.com/mozilla/gecko-dev.git
Bug 865684 - [markup view] Higher Contrast for selected node. r=mikeratcliffe
This commit is contained in:
Родитель
dfd208bb19
Коммит
709f2c6f4e
|
@ -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] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче