diff options
author | Julio Biason <julio.biason@deliverit.com.br> | 2019-10-11 13:05:42 -0300 |
---|---|---|
committer | Julio Biason <julio.biason@deliverit.com.br> | 2019-10-11 13:05:42 -0300 |
commit | df44a82cb37f5899f0864b61350aa8cf9f91e7e9 (patch) | |
tree | 79758dc5b3aafe7c7cef07093b70b156868f5d0d | |
parent | 36a9455bc659a8ab784dc9696023a369948c1d48 (diff) | |
download | cgit-styles-df44a82cb37f5899f0864b61350aa8cf9f91e7e9.tar.gz cgit-styles-df44a82cb37f5899f0864b61350aa8cf9f91e7e9.tar.bz2 cgit-styles-df44a82cb37f5899f0864b61350aa8cf9f91e7e9.zip |
Fix the presentation of the active tabs
-rw-r--r-- | cgit.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -81,7 +81,7 @@ div#cgit table.tabs td { } div#cgit table.tabs td a { - padding: 2px 0.75em; + padding: 0px 0.75em; color: #ccc; font-size: 110%; } @@ -89,6 +89,7 @@ div#cgit table.tabs td a { div#cgit table.tabs td a.active { color: #ccc; background-color: #22222b; + border-bottom: 3px solid #ff2e88; } div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after { |