From eaa8d55f66dd9626cbb89feff3b0343ae6c51bc0 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 13 Aug 2018 20:14:33 +0800 Subject: [PATCH] theme: refine v_native styles --- src/resources/themes/v_native/v_native.palette | 2 +- src/resources/themes/v_native/v_native.qss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/resources/themes/v_native/v_native.palette b/src/resources/themes/v_native/v_native.palette index 936830bb..25b37583 100644 --- a/src/resources/themes/v_native/v_native.palette +++ b/src/resources/themes/v_native/v_native.palette @@ -7,7 +7,7 @@ mdhl_file=v_native.mdhl css_file=v_native.css codeblock_css_file=v_native_codeblock.css mermaid_css_file=v_native_mermaid.css -version=16 +version=17 [phony] ; Abstract color attributes. diff --git a/src/resources/themes/v_native/v_native.qss b/src/resources/themes/v_native/v_native.qss index fff3a1f4..0a0a8c12 100644 --- a/src/resources/themes/v_native/v_native.qss +++ b/src/resources/themes/v_native/v_native.qss @@ -205,6 +205,7 @@ QPushButton[TitleBtn="true"]:default { } QPushButton[DangerBtn="true"] { + padding: 3px 20px 3px 20px; color: @pushbutton_dangerbtn_fg; border: none; background-color: @pushbutton_dangerbtn_bg;