css korrigiert, class statt id

This commit is contained in:
Manuel Friedli 2013-11-27 16:34:51 +01:00
parent 300477cc3f
commit 8bce99c33a
5 changed files with 5 additions and 5 deletions

View file

@ -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/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
@import url("uhr-idle-light.css"); @import url("uhr-idle-light.css");
#uhr { .uhr {
background-color: #111; background-color: #111;
} }
.onoffswitch-inner:before { .onoffswitch-inner:before {

View file

@ -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/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
@import url("uhr-idle-light.css"); @import url("uhr-idle-light.css");
#uhr { .uhr {
background-color: #00a; background-color: #00a;
} }
.onoffswitch-inner:before { .onoffswitch-inner:before {

View file

@ -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/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
@import url("uhr-idle-dark.css"); @import url("uhr-idle-dark.css");
#uhr { .uhr {
background-color: #0c0; background-color: #0c0;
} }
.onoffswitch-inner:before { .onoffswitch-inner:before {

View file

@ -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/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
@import url("uhr-idle-light.css"); @import url("uhr-idle-light.css");
#uhr { .uhr {
background-color: #700; background-color: #700;
} }
.onoffswitch-inner:before { .onoffswitch-inner:before {

View file

@ -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/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
@import url("uhr-idle-dark.css"); @import url("uhr-idle-dark.css");
#uhr { .uhr {
background-color: #ccc; background-color: #ccc;
} }
.dot.active{ .dot.active{