weiss vereinfacht
This commit is contained in:
parent
c2f2b30eba
commit
6acdfda8d0
1 changed files with 4 additions and 4 deletions
|
@ -16,12 +16,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
.uhr.white .dot.active{
|
.uhr.white .dot.active{
|
||||||
border-color: #fff !important;
|
border-color: #fff;
|
||||||
box-shadow: 0 0 0.1em #fff !important;
|
box-shadow: 0 0 0.1em #fff;
|
||||||
}
|
}
|
||||||
.uhr.white .letter.active{
|
.uhr.white .letter.active{
|
||||||
color: #fff !important;
|
color: #fff;
|
||||||
text-shadow: 0 0 0.1em #fff !important;
|
text-shadow: 0 0 0.1em #fff;
|
||||||
}
|
}
|
||||||
.white .onoffswitch-inner:before {
|
.white .onoffswitch-inner:before {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
|
|
Loading…
Reference in a new issue