Updated css files and images with new theme color

This commit is contained in:
andystrobel 2015-03-24 18:40:59 +01:00
parent 7e4c675d3e
commit 357db8efc1
6 changed files with 10 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 B

View File

@ -20,7 +20,7 @@
.datepicker table tr td.today.disabled:hover[disabled] {
color: #ffffff;
text-shadow: none;
background-color: #4cd9c0;
background-color: #72dce8;
}
.datepicker table tr td.today:active,
@ -33,7 +33,7 @@
.datepicker table tr td.today.disabled:hover.active {
color: #ffffff;
text-shadow: none;
background-color: #4cd9c0 \9;
background-color: #72dce8 \9;
}
.datepicker table tr td.range.today:hover,
@ -92,7 +92,7 @@
.datepicker table tr td.active.disabled:hover[disabled] {
color: #ffffff;
text-shadow: none;
background: #4cd9c0;
background: #72dce8;
}
.datepicker table tr td span.active:hover,
@ -117,7 +117,7 @@
.datepicker table tr td span.active.disabled:hover[disabled] {
color: #ffffff;
text-shadow: none;
background: #4cd9c0;
background: #72dce8;
}
@ -127,7 +127,7 @@
.datepicker table tr td.today.disabled:hover {
color: #ffffff;
text-shadow: none;
background: #7191a8;
background: #638392;
}
.datepicker table tr td.range.today,
@ -136,7 +136,7 @@
.datepicker table tr td.range.today.disabled:hover {
color: #ffffff;
text-shadow: none;
background: #7191a8;
background: #638392;
}
.bootstrap-datetimepicker-widget td.today:before {

View File

@ -1,5 +1,5 @@
.onoffswitch-inner:before {
background-color: #4cd9c0;
background-color: #72dce8;
color: #FFFFFF;
}
@ -10,14 +10,14 @@
}
.regular-checkbox:checked + .regular-checkbox-box {
border: 2px solid #4cd9c0;
background: #4cd9c0;
border: 2px solid #72dce8;
background: #72dce8;
color: white;
}
.regular-radio:checked + .regular-radio-button:after {
background: #4cd9c0;
background: #72dce8;
}
.regular-radio:checked + .regular-radio-button {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB