theme: refine v_native styles

This commit is contained in:
Le Tan 2018-08-13 20:14:33 +08:00
parent 968e74e1ca
commit eaa8d55f66
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ mdhl_file=v_native.mdhl
css_file=v_native.css css_file=v_native.css
codeblock_css_file=v_native_codeblock.css codeblock_css_file=v_native_codeblock.css
mermaid_css_file=v_native_mermaid.css mermaid_css_file=v_native_mermaid.css
version=16 version=17
[phony] [phony]
; Abstract color attributes. ; Abstract color attributes.

View File

@ -205,6 +205,7 @@ QPushButton[TitleBtn="true"]:default {
} }
QPushButton[DangerBtn="true"] { QPushButton[DangerBtn="true"] {
padding: 3px 20px 3px 20px;
color: @pushbutton_dangerbtn_fg; color: @pushbutton_dangerbtn_fg;
border: none; border: none;
background-color: @pushbutton_dangerbtn_bg; background-color: @pushbutton_dangerbtn_bg;