better readability of button with text-shadow
This commit is contained in:
@@ -19,6 +19,7 @@ div.olControlZoom a {
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
text-shadow: 0 0 3px rgba(0,0,0,0.8);
|
||||||
background: #666666; /* fallback for IE - IE6 requires background shorthand*/
|
background: #666666; /* fallback for IE - IE6 requires background shorthand*/
|
||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
filter: alpha(opacity=60);
|
filter: alpha(opacity=60);
|
||||||
|
|||||||
@@ -447,6 +447,7 @@ div.olControlZoom a {
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
width:22px;
|
width:22px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
|
text-shadow: 0 0 3px rgba(0,0,0,0.8);
|
||||||
background: #666666; /* fallback for IE - IE6 requires background shorthand*/
|
background: #666666; /* fallback for IE - IE6 requires background shorthand*/
|
||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
filter: alpha(opacity=60);
|
filter: alpha(opacity=60);
|
||||||
|
|||||||
Reference in New Issue
Block a user