Avatar of eddyperu
eddyperu
Flag for United States of America

asked on 

How can I overwrite the Padding from the text inside my button?

Hi,
I am having problems to recreate the style for a button. Please see drawing for more details.
The height of my button it is displaying a padding even though the padding have been set to "0".

        .ClosingbuttonPopUp
        {
             color:#cccccc;
             margin:0px;
             padding:0px;
             border: solid 1px #cccccc;  
             background-color:#517793;                                
        }  


Button:
<asp:Button ID="CloseButton" CssClass="ClosingbuttonPopUp" runat="server" Text="X" />

Thanks



PaddingProblem.png
CSSASP.NET

Avatar of undefined
Last Comment
Kumaraswamy R

8/22/2022 - Mon