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/>.
*/
@import url("uhr-idle-light.css");
#uhr {
.uhr {
background-color: #111;
}
.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/>.
*/
@import url("uhr-idle-light.css");
#uhr {
.uhr {
background-color: #00a;
}
.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/>.
*/
@import url("uhr-idle-dark.css");
#uhr {
.uhr {
background-color: #0c0;
}
.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/>.
*/
@import url("uhr-idle-light.css");
#uhr {
.uhr {
background-color: #700;
}
.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/>.
*/
@import url("uhr-idle-dark.css");
#uhr {
.uhr {
background-color: #ccc;
}
.dot.active{