HighContrast: Update magnifier styling

Adapt to changes in the previous commit.
This commit is contained in:
Matthias Clasen 2015-11-02 12:47:14 -05:00
parent 85bfe9ee38
commit 113c88c2cf
2 changed files with 6 additions and 5 deletions

View File

@ -1207,6 +1207,7 @@ popover {
text-shadow: none; text-shadow: none;
transition: none; transition: none;
} }
&.magnifier,
&.osd { // Also used for touch cutnpaste overlays &.osd { // Also used for touch cutnpaste overlays
// FIXME Doesn't work // FIXME Doesn't work
background-image: none; background-image: none;

View File

@ -1378,12 +1378,12 @@ popover {
color: #000; color: #000;
text-shadow: none; text-shadow: none;
transition: none; } transition: none; }
popover.osd { popover.magnifier, popover.osd {
background-image: none; background-image: none;
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.8);
border: 1px solid gray; border: 1px solid gray;
color: #fff; } color: #fff; }
popover.osd button { popover.magnifier button, popover.osd button {
color: white; color: white;
text-shadow: none; text-shadow: none;
border-width: 2px; border-width: 2px;
@ -1393,21 +1393,21 @@ popover {
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.8);
border-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; } box-shadow: none; }
popover.osd button:hover { popover.magnifier button:hover, popover.osd button:hover {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: #fff; color: #fff;
background-color: rgba(77, 77, 77, 0.8); background-color: rgba(77, 77, 77, 0.8);
border-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; } box-shadow: none; }
popover.osd button:active { popover.magnifier button:active, popover.osd button:active {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: rgba(0, 0, 0, 0.8); color: rgba(0, 0, 0, 0.8);
background-color: #fff; background-color: #fff;
border-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; } box-shadow: none; }
popover.osd button:insensitive { popover.magnifier button:insensitive, popover.osd button:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
border-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.2);