File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
release/share/git-webui/webui/css
src/share/git-webui/webui/css Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,9 @@ body {
208208# sidebar # sidebar-content # sidebarDiscarded h4 : before {
209209 content : url(../ img/discarded.svg);
210210}
211+ # sidebar # sidebar-content # sidebarDiscarded h4 {
212+ border-bottom : 1px solid # 5e5e5e ;
213+ }
211214# sidebar # sidebar-content # sidebar-remote h4 : before {
212215 content : url(../ img/daemon.svg);
213216}
Original file line number Diff line number Diff line change @@ -291,6 +291,10 @@ body {
291291 content : url(../img/discarded.svg ) ;
292292 }
293293
294+ #sidebarDiscarded h4 {
295+ border-bottom : 1px solid darken (@separator-line , 50% );
296+ }
297+
294298 #sidebar-remote h4 :before {
295299 content : url(../img/daemon.svg ) ;
296300 }
You can’t perform that action at this time.
0 commit comments