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;