Commit 607164edad22ddbf9982c9c9866445175a51127e
1 parent
3e9deb74
this is solution 23093 File > Print Preview > The Maximize button icon changes i…
…n the below mention scenario.
Showing
1 changed file
with
7 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
... | ... | @@ -1080,4 +1080,10 @@ color:#ffffff !important; |
1080 | 1080 | #selectedPin{background-position:15px -24px;} |
1081 | 1081 | #allPinBtn{background-position:12px -105px;} |
1082 | 1082 | #dropdownMenu221{background-position:10px -49px;} |
1083 | -#comment-box{background-position:28px -73px; width:80px;} | |
1084 | 1083 | \ No newline at end of file |
1084 | +#comment-box{background-position:28px -73px; width:80px;} | |
1085 | + | |
1086 | + | |
1087 | +.jsPanel-btn-norm | |
1088 | + { | |
1089 | + background-image: none !important; | |
1090 | +} | |
1085 | 1091 | \ No newline at end of file | ... | ... |