From 1015764be9572df886bd444bd26466416c7993e6 Mon Sep 17 00:00:00 2001 From: benny Date: Mon, 9 Jul 2018 16:06:07 +0800 Subject: [PATCH] css/button.css --- css/button.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/button.css b/css/button.css index c783f213d8..6160d3604c 100644 --- a/css/button.css +++ b/css/button.css @@ -165,6 +165,14 @@ /* padding : 3px 0 2px 18px; */ padding: 1px 0px 1px 18px; +} + +.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 : 3px 0 2px 18px; */ + } /* -------------------------- BUTTON WITH MENUS -------------------------- */ button.x-btn-menu-arrow-el -- 2.39.2