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:
commit
7072aba145
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,6 +29,6 @@ unleash-db.jar
|
||||
unleash-server.tar.gz
|
||||
|
||||
# idea stuff:
|
||||
*.iml
|
||||
.idea/*
|
||||
|
||||
.vagrant/
|
||||
|
@ -1,7 +1,7 @@
|
||||
.toggle-active {
|
||||
border: 1px solid black;
|
||||
display: inline-block;
|
||||
background-color: #3B7908;
|
||||
background-color: lawngreen;
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -9,7 +9,7 @@
|
||||
.toggle-inactive {
|
||||
border: 1px solid black;
|
||||
display: inline-block;
|
||||
background-color: #E7384A;
|
||||
background-color: red;
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user