summaryrefslogtreecommitdiffstats
path: root/css/maps.css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-10 01:06:50 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-03-10 01:06:50 -0800
commitc1233eee5dc4dc20e15b81e9d808c5f23967fd40 (patch)
treec4d961d9dbae8cf64a61decdafe789ba817dd1dc /css/maps.css
parentc342a9a8443fd0dd146341582b2d6faa3d22e70f (diff)
downloadpathery-c1233eee5dc4dc20e15b81e9d808c5f23967fd40.tar.xz
Mute button for maps.
Diffstat (limited to 'css/maps.css')
-rw-r--r--css/maps.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/css/maps.css b/css/maps.css
index 86a2f76..085b273 100644
--- a/css/maps.css
+++ b/css/maps.css
@@ -200,6 +200,30 @@
+.mapMute {
+ display:inline-block;
+ width:17px;
+ height:17px;
+ background-size: 100%;
+ position: relative;
+ top: 5px;
+ margin-right: 5px;
+ border-radius:5px;
+}
+.mapMute_true {
+ background-image: url(../images/Mute.png);
+ background-color: transparent;
+}
+.mapMute_false {
+ background-image: url(../images/Sound.png);
+ background-color: transparent;
+}
+.mapMute_false:hover {
+ background-color:#000;
+}
+.mapMute_true:hover {
+ background-color:#CC0;
+}
.grid_dsp_data {
@@ -242,7 +266,7 @@
white-space: nowrap;
position: relative;
float: left;
- padding:2px;
+ padding:0px;
color: #FFFFFF;
}
.grid_dsp_left {