design fixes

This commit is contained in:
sbcgua 2016-11-11 10:58:47 +02:00
parent 8e9bebd376
commit 344ad40bca
2 changed files with 3 additions and 3 deletions

View File

@ -374,8 +374,8 @@ CLASS lcl_gui_page_main IMPLEMENTATION.
_add ' color: #69ad74;'.
_add '}'.
_add '.repo_tab td.cmd span.state-block span.deleted {'.
_add ' background-color: #c0729a;'.
_add ' border-color: #b8618e;'.
_add ' background-color: #c76861;'.
_add ' border-color: #b8605a;'.
_add ' color: white;'.
_add '}'.
_add '.repo_tab td.cmd span.state-block span.none {'.

View File

@ -731,7 +731,7 @@ CLASS lcl_gui_view_repo_content IMPLEMENTATION.
WHEN gc_state-mixed. "Multiple changes (multifile)
rv_html = rv_html && '<span class="mixed" title="Multiple changes">&#x25A0;</span>'.
WHEN gc_state-deleted. "Deleted
rv_html = rv_html && '<span class="deleted" title="Deleted">X</span>'.
rv_html = rv_html && '<span class="deleted" title="Deleted">D</span>'.
ENDCASE.
ENDDO.