diff options
| author | Brice Maron <b.maron@whatever-company.com> | 2019-07-29 22:10:58 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2019-08-18 21:37:20 +0000 |
| commit | fd49599cc76de69e81f645257845778571d4d964 (patch) | |
| tree | df2e05f35fd1ce1894651e96f59a769917d3b0fb /ihatemoney/static/css/main.css | |
| parent | b5cc1592d6907ea055757a37389c6bfada142ec9 (diff) | |
| download | ihatemoney-mirror-fd49599cc76de69e81f645257845778571d4d964.zip ihatemoney-mirror-fd49599cc76de69e81f645257845778571d4d964.tar.gz ihatemoney-mirror-fd49599cc76de69e81f645257845778571d4d964.tar.bz2 | |
Arrange navbar items by functions
Diffstat (limited to 'ihatemoney/static/css/main.css')
| -rw-r--r-- | ihatemoney/static/css/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index ae056c8..47ede77 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -328,3 +328,16 @@ tr:hover .extra-info { .row-fluid > .offset1 { margin-left: 8.5%; } + +.globe-europe svg { + display: inline-block; + border-bottom: 0.2em solid transparent; + height: 1.2em; + fill: rgba(255,255,255,.5) +} +.navbar-nav .dropdown-toggle:hover .globe-europe svg { + fill: rgba(255,255,255,.75); +} +.navbar-dark .navbar-nav .show > .nav-link svg { + fill: white; +}
\ No newline at end of file |
