From c1233eee5dc4dc20e15b81e9d808c5f23967fd40 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sun, 10 Mar 2013 01:06:50 -0800 Subject: Mute button for maps. --- css/maps.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'css/maps.css') 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 { -- cgit v1.2.3