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;
|
||||
}
|
||||
.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;
|
||||
|
|
Loading…
Reference in a new issue