Bug 773225 - GCLI selected element should be clearer in menus; r=harth

This commit is contained in:
Joe Walker 2012-07-13 17:06:46 +01:00
parent 11f59ef189
commit c8a8d5339e
3 changed files with 6 additions and 6 deletions

View File

@ -112,12 +112,12 @@
}
.gcli-menu-option:hover {
background-color: hsla(0,100%,100%,.1);
background-color: hsla(0,0%,0%,.3);
}
.gcli-menu-highlight,
.gcli-menu-highlight.gcli-menu-option:hover {
background-color: hsla(0,0%,0%,.3);
background-color: hsla(0,100%,100%,.1);
}
.gcli-menu-typed {

View File

@ -114,12 +114,12 @@
}
.gcli-menu-option:hover {
background-color: hsla(0,100%,100%,.1);
background-color: hsla(0,0%,0%,.3);
}
.gcli-menu-highlight,
.gcli-menu-highlight.gcli-menu-option:hover {
background-color: hsla(0,0%,0%,.3);
background-color: hsla(0,100%,100%,.1);
}
.gcli-menu-typed {

View File

@ -112,12 +112,12 @@
}
.gcli-menu-option:hover {
background-color: hsla(0,100%,100%,.1);
background-color: hsla(0,0%,0%,.3);
}
.gcli-menu-highlight,
.gcli-menu-highlight.gcli-menu-option:hover {
background-color: hsla(0,0%,0%,.3);
background-color: hsla(0,100%,100%,.1);
}
.gcli-menu-typed {