1
0
Fork 0
forked from 0x2620/oxjs

update overlay css

This commit is contained in:
rolux 2014-01-05 16:20:21 +05:30
commit 066cc7cf04
4 changed files with 42 additions and 45 deletions

View file

@ -658,11 +658,8 @@ ImageViewer
box-shadow: 0 0 2px $formelementOverlayShadow;
}
.$themeClass .OxImageViewer .OxImageOverlayArea {
background-image: -moz-linear-gradient(top, $buttonOverlayGradient);
background-image: -ms-linear-gradient(top, $buttonOverlayGradient);
background-image: -o-linear-gradient(top, $buttonOverlayGradient);
background-image: -webkit-linear-gradient(top, $buttonOverlayGradient);
background-image: linear-gradient(top, $buttonOverlayGradient);
background-color: $labelOverlayBackground;
background-image: none;
}
.$themeClass .OxImageViewer #OxImageOverlayCenter {
border-color: $formelementOverlayBorder;