HTML submit button shadow border issue

Matrosov Alexander
input[type=submit] {
    float: left;
    font-size: 14px;
    width: 30%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    word-wrap: break-word;
    margin-left: 34.998721%;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 154, 222);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

So when I apply this styles to the <p> tag it looks:

enter image description here

but when I apply it for submit button it looks with some borders around it:

How to remove this border?

enter image description here

razz

try adding this property to the css rule:

border: none;

if it didn't work then also add:

outline: none;

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Getting CSS issue with html submit button

From Dev

No shadow, no outline, no border on active button

From Dev

Changing the border color of a submit button after clicking it, CSS, HTML

From Dev

Changing the border color of a submit button after clicking it, CSS, HTML

From Dev

Issue with HTML form submit button not calling Google script function

From Dev

bootstrap button circle shadow issue

From Dev

Xamarin forms button with no border issue

From Dev

Easy HTML button "border"

From Dev

Validate on submit button got issue

From Dev

Two button submit form issue

From Java

Language of submit button in HTML

From Dev

Submit a form with a button (HTML)

From Dev

Removing blue border in <form> submit button

From Dev

Display only the shadow to a button in HTML?

From Dev

issue on setting shadow in the container using nine piece border wizard

From Dev

How to remove the blue box shadow border in button if clicked

From Dev

Awkward gap along border of button when using box-shadow

From Dev

Button Click Border Radius Style Issue

From Dev

Button Click Border Radius Style Issue

From Dev

html changing the submit button value

From Dev

HTML normal button to submit form

From Dev

setting image as submit button in html

From Dev

HTML normal button to submit form

From Dev

PHP submit button causes strang url issue

From Dev

Issue when sending form with submit button disabled

From Dev

Issue getting a submit button to center in a wrap

From Dev

PHP submit button causes strang url issue

From Dev

Input type submit button in form css issue

From Dev

Javascript form validation submit button issue