1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

Merge pull request #129 from finn-no/clearer_colors

Clearer colors gives better UI =)
This commit is contained in:
Ivar Conradi Østhus 2016-05-11 10:47:27 +02:00
commit 7072aba145
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -29,6 +29,6 @@ unleash-db.jar
unleash-server.tar.gz unleash-server.tar.gz
# idea stuff: # idea stuff:
*.iml .idea/*
.vagrant/ .vagrant/

View File

@ -1,7 +1,7 @@
.toggle-active { .toggle-active {
border: 1px solid black; border: 1px solid black;
display: inline-block; display: inline-block;
background-color: #3B7908; background-color: lawngreen;
border-radius: 50%; border-radius: 50%;
width: 20px; width: 20px;
height: 20px; height: 20px;
@ -9,7 +9,7 @@
.toggle-inactive { .toggle-inactive {
border: 1px solid black; border: 1px solid black;
display: inline-block; display: inline-block;
background-color: #E7384A; background-color: red;
border-radius: 50%; border-radius: 50%;
width: 20px; width: 20px;
height: 20px; height: 20px;