From c2f2b30eba3198041949ddd5e2db1af5c9539a96 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Thu, 28 Nov 2013 11:11:23 +0100 Subject: [PATCH 1/3] =?UTF-8?q?nur=20INaktive=20buchstaben=20=C3=BCberschr?= =?UTF-8?q?eiben=20im=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uhr-black.css | 4 ++-- uhr-blue.css | 4 ++-- uhr-green.css | 4 ++-- uhr-red.css | 4 ++-- uhr-white.css | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/uhr-black.css b/uhr-black.css index 6decfae..664da50 100644 --- a/uhr-black.css +++ b/uhr-black.css @@ -18,11 +18,11 @@ along with this program. If not, see . .black .onoffswitch-inner:before { background-color: #111; } -.uhr.black .dot { +.uhr.black .dot:not(.active) { border-color: rgba(255,255,255,0.1); box-shadow: 0 0 0.1em rgba(255,255,255,0.1); } -.uhr.black .letter { +.uhr.black .letter:not(.active) { color: rgba(255,255,255,0.1); text-shadow: 0 0 0.1em rgba(255,255,255,0.1); } diff --git a/uhr-blue.css b/uhr-blue.css index d889d54..602f909 100644 --- a/uhr-blue.css +++ b/uhr-blue.css @@ -18,11 +18,11 @@ along with this program. If not, see . .blue .onoffswitch-inner:before { background-color: #00a; } -.uhr.blue .dot { +.uhr.blue .dot:not(.active) { border-color: rgba(255,255,255,0.1); box-shadow: 0 0 0.1em rgba(255,255,255,0.1); } -.uhr.blue .letter { +.uhr.blue .letter:not(.active) { color: rgba(255,255,255,0.1); text-shadow: 0 0 0.1em rgba(255,255,255,0.1); } diff --git a/uhr-green.css b/uhr-green.css index db611fd..fdb40b1 100644 --- a/uhr-green.css +++ b/uhr-green.css @@ -18,11 +18,11 @@ along with this program. If not, see . .green .onoffswitch-inner:before { background-color: #0c0; } -.uhr.green .dot { +.uhr.green .dot:not(.active) { border-color: rgba(0,0,0,0.1); box-shadow: 0 0 0.1em rgba(0,0,0,0.1); } -.uhr.green .letter { +.uhr.green .letter:not(.active) { color: rgba(0,0,0,0.1); text-shadow: 0 0 0.1em rgba(0,0,0,0.1); } diff --git a/uhr-red.css b/uhr-red.css index 92ad517..71ce1ec 100644 --- a/uhr-red.css +++ b/uhr-red.css @@ -18,11 +18,11 @@ along with this program. If not, see . .red .onoffswitch-inner:before { background-color: #700; } -.uhr.red .dot { +.uhr.red .dot:not(.active){ border-color: rgba(255,255,255,0.1); box-shadow: 0 0 0.1em rgba(255,255,255,0.1); } -.uhr.red .letter { +.uhr.red .letter:not(.active) { color: rgba(255,255,255,0.1); text-shadow: 0 0 0.1em rgba(255,255,255,0.1); } diff --git a/uhr-white.css b/uhr-white.css index ffcc767..43486b6 100644 --- a/uhr-white.css +++ b/uhr-white.css @@ -26,11 +26,11 @@ along with this program. If not, see . .white .onoffswitch-inner:before { background-color: #ccc; } -.uhr.white .dot { +.uhr.white .dot:not(.active) { border-color: rgba(0,0,0,0.1); box-shadow: 0 0 0.1em rgba(0,0,0,0.1); } -.uhr.white .letter { +.uhr.white .letter:not(.active) { color: rgba(0,0,0,0.1); text-shadow: 0 0 0.1em rgba(0,0,0,0.1); } From 6acdfda8d0583fe3c4ada62dc62399cf144b1f4e Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Thu, 28 Nov 2013 11:13:52 +0100 Subject: [PATCH 2/3] weiss vereinfacht --- uhr-white.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uhr-white.css b/uhr-white.css index 43486b6..bbb014d 100644 --- a/uhr-white.css +++ b/uhr-white.css @@ -16,12 +16,12 @@ along with this program. If not, see . background-color: #ccc; } .uhr.white .dot.active{ - border-color: #fff !important; - box-shadow: 0 0 0.1em #fff !important; + border-color: #fff; + box-shadow: 0 0 0.1em #fff; } .uhr.white .letter.active{ - color: #fff !important; - text-shadow: 0 0 0.1em #fff !important; + color: #fff; + text-shadow: 0 0 0.1em #fff; } .white .onoffswitch-inner:before { background-color: #ccc; From 6a6d1634dc7dc2db7799f971a8bff28c3d1e6b7a Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Thu, 28 Nov 2013 11:15:02 +0100 Subject: [PATCH 3/3] manifest aktualisiert --- manifest.appcache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.appcache b/manifest.appcache index c72e9f4..69b3ada 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 3.0 +# 3.0.1 COPYING index.html