diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-16 17:18:44 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-16 17:18:44 -0800 |
| commit | 7a53ecac86a24db1ffae066355eef7f3fd59ba90 (patch) | |
| tree | c817edbf9807f3a609bcc3585dc9945adfe891b6 | |
| parent | 906e49ff7200f15d99d0bd2f9d87f484738929b0 (diff) | |
| download | infinitytier-7a53ecac86a24db1ffae066355eef7f3fd59ba90.tar.gz infinitytier-7a53ecac86a24db1ffae066355eef7f3fd59ba90.zip | |
UI stuff.
| -rw-r--r-- | ui/zerotier.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/zerotier.css b/ui/zerotier.css index e5c58838..9f72024a 100644 --- a/ui/zerotier.css +++ b/ui/zerotier.css @@ -37,7 +37,7 @@ html,body { width: 100%; height: 100%; display: table-cell; - border-bottom: 1px solid #000000; + border-bottom: 1px solid #cfcfcf; } .zeroTierNode > .middle > .middleCell > .middleScroll { display: block; @@ -72,8 +72,8 @@ html,body { width: 100%; overflow: hidden; display: table-row; - background: #000000; - color: #ffffff; + color: #000000; + background: #dfdfdf; } .zeroTierNode > .bottom > .left { text-align: left; |
