From 6c55d69ea3208f4ee92a672d34c550a585c81704 Mon Sep 17 00:00:00 2001 From: benny Date: Wed, 11 Jul 2018 10:49:06 +0800 Subject: [PATCH] less/bootstrap/buttons.less --- less/bootstrap/buttons.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/less/bootstrap/buttons.less b/less/bootstrap/buttons.less index 9cbb8f416f..ba93a15071 100644 --- a/less/bootstrap/buttons.less +++ b/less/bootstrap/buttons.less @@ -135,7 +135,8 @@ .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large); } .btn-sm { - // line-height: ensure proper height of button next to small input + // l + ine-height: ensure proper height of button next to small input .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small); } .btn-xs { @@ -164,3 +165,10 @@ input[type="button"] { width: 100%; } } + +// Show/hide disabled button +.x-btn-text-icon .x-btn-center .x-btn-text-no-padding{ + background-position:0 2px; + background:none no-repeat scroll 0 0 transparent; + padding: 1px 0px 1px; +} -- 2.39.2