aboutsummaryrefslogtreecommitdiff
path: root/css/v2/style1.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/v2/style1.css')
-rw-r--r--css/v2/style1.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/v2/style1.css b/css/v2/style1.css
index 47a71bc..7e09c66 100644
--- a/css/v2/style1.css
+++ b/css/v2/style1.css
@@ -475,6 +475,7 @@ h4.weatherTemp {
width: 100%;
min-width: 400px;
clear: both;
+ -webkit-box-shadow: 3px 3px 6px #888;
}
.bWindowContent {
@@ -594,6 +595,8 @@ h4.weatherTemp {
width: 12em;
text-align: left;
z-index: 100;
+ -moz-box-shadow: 2px 2px 6px #888;
+ -webkit-box-shadow: 2px 2px 6px #888;
-moz-user-select: none;
-webkit-user-select: none;
}
@@ -611,6 +614,8 @@ h4.weatherTemp {
width: 12em;
text-align: left;
z-index: 100;
+ -moz-box-shadow: 2px 2px 6px #888;
+ -webkit-box-shadow: 2px 2px 6px #888;
-moz-user-select: none;
-webkit-user-select: none;
}

Return to:

Send suggestions and report system problems to the System administrator.