From 9f62d929e842143958af883f5564e7bb8d1d0fcd Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 25 Feb 2021 15:05:14 +0100 Subject: more stuff --- cgit.css | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/cgit.css b/cgit.css index 0df4c90..f737af4 100644 --- a/cgit.css +++ b/cgit.css @@ -98,11 +98,6 @@ div#cgit table.tabs td a.active { border-radius: 10px 10px 0 0; } -div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after { - content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhcJDQY+gm2TAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABbSURBVAhbY2BABs4MU4CwhYHBh2Erww4wrGFQZHjI8B8IgUIscJWyDHcggltQhI4zGDCcRwhChPggHIggP1QoAVmQkSETrGoHsiAEsACtBYN0oDAMbgU6EBcAAL2eHUt4XUU4AAAAAElFTkSuQmCC); - opacity: 0.5; - margin: 0 0 0 5px; -} div#cgit table.tabs td.form { text-align: right; @@ -121,9 +116,10 @@ div#cgit table.tabs td.form select { div#cgit div.path { margin: 0px; - padding: 5px 2em 2px 2em; - color: #000; - background-color: #eee; + padding: 5px 2em 6px 2em; + /*! color: ; */ + background-color: darkmagenta; + border-radius: 0 0 10px 10px; } div#cgit div.content { @@ -280,7 +276,7 @@ div#cgit table#downloads { } div#cgit table#downloads th { - background-color: #ccc; + /*background-color: #ccc;*/ } div#cgit div#blob { @@ -775,7 +771,7 @@ div#cgit table.vgraph { } div#cgit table.vgraph th { - background-color: #eee; + /* background-color: #eee;*/ font-weight: bold; border: solid 1px white; padding: 1px 0.5em; @@ -787,7 +783,7 @@ div#cgit table.vgraph td { } div#cgit table.vgraph div.bar { - background-color: #eee; + /* background-color: #eee;*/ } div#cgit table.hgraph { @@ -796,7 +792,7 @@ div#cgit table.hgraph { } div#cgit table.hgraph th { - background-color: #eee; + /* background-color: #eee;*/ font-weight: bold; border: solid 1px black; padding: 1px 0.5em; @@ -808,7 +804,7 @@ div#cgit table.hgraph td { } div#cgit table.hgraph div.bar { - background-color: #eee; + /* background-color: #eee; */ height: 1em; } @@ -905,3 +901,4 @@ div#cgit table.ssdiff td.space div { + -- cgit v1.2.3