diff options
author | hellekin <hellekin@cepheide.org> | 2018-04-07 12:39:47 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-04-07 12:39:47 +0200 |
commit | 35c0b8495528592245a2c588503a06a3c7ae3df3 (patch) | |
tree | a7790bf1b1d6c6107aebdd845acbcea889855dca /assets | |
parent | 4e3bb5f351612779bc18684c5b93bc734b9bc42c (diff) | |
download | wallonie-demain-proto-35c0b8495528592245a2c588503a06a3c7ae3df3.tar.gz |
Use white 0% opacity as border color to fix Chrome 55
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 205a825..1315ee7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -67,7 +67,7 @@ body > aside > nav > ul h3 span { } body > aside > nav > ul h3 span.selected { - border-color: transparent; + border-color: #fff0; background-color: #0009; } body > aside > nav > ul > li ul { display: none; } |