css korrigiert, class statt id
This commit is contained in:
parent
300477cc3f
commit
8bce99c33a
5 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
@import url("uhr-idle-light.css");
|
||||
#uhr {
|
||||
.uhr {
|
||||
background-color: #111;
|
||||
}
|
||||
.onoffswitch-inner:before {
|
||||
|
|
|
@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
@import url("uhr-idle-light.css");
|
||||
#uhr {
|
||||
.uhr {
|
||||
background-color: #00a;
|
||||
}
|
||||
.onoffswitch-inner:before {
|
||||
|
|
|
@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
@import url("uhr-idle-dark.css");
|
||||
#uhr {
|
||||
.uhr {
|
||||
background-color: #0c0;
|
||||
}
|
||||
.onoffswitch-inner:before {
|
||||
|
|
|
@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
@import url("uhr-idle-light.css");
|
||||
#uhr {
|
||||
.uhr {
|
||||
background-color: #700;
|
||||
}
|
||||
.onoffswitch-inner:before {
|
||||
|
|
|
@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
@import url("uhr-idle-dark.css");
|
||||
#uhr {
|
||||
.uhr {
|
||||
background-color: #ccc;
|
||||
}
|
||||
.dot.active{
|
||||
|
|
Loading…
Reference in a new issue