color tweaks
This commit is contained in:
parent
a2e5159a58
commit
f2cdb8d7df
@ -90,10 +90,10 @@ class ComicPress {
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: solid #333 1px;
|
border: solid #333 1px;
|
||||||
background-color: #447;
|
background-color: #99d;
|
||||||
opacity: 0.1;
|
opacity: 0.2;
|
||||||
-moz-opacity: 0.1;
|
-moz-opacity: 0.2;
|
||||||
-khtml-opacity: 0.1;
|
-khtml-opacity: 0.2;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
cursor: crosshair
|
cursor: crosshair
|
||||||
}
|
}
|
||||||
@ -106,7 +106,7 @@ class ComicPress {
|
|||||||
</style>
|
</style>
|
||||||
<!--[if IE gte 6]>
|
<!--[if IE gte 6]>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.partial-helper { filter: alpha(opacity=10); }
|
.partial-helper { filter: alpha(opacity=20); }
|
||||||
.partial-helper:hover { filter: alpha(opacity=100); }
|
.partial-helper:hover { filter: alpha(opacity=100); }
|
||||||
</style>
|
</style>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
Loading…
Reference in New Issue
Block a user