mirror of
https://github.com/humhub/humhub.git
synced 2025-04-21 15:41:54 +02:00
Updated css files and images with new theme color
This commit is contained in:
parent
7e4c675d3e
commit
357db8efc1
BIN
img/loader.gif
BIN
img/loader.gif
Binary file not shown.
Before Width: | Height: | Size: 673 B |
@ -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 {
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user