Answer the question
In order to leave comments, you need to log in
How to make buttons without round corners in Twitter Bootstrap?
Good afternoon,
I ask you to tell a beginner how to make Twitter Bootstrap buttons and input fields without rounded corners and without a gradient in the least effort, and in the most "native" way? All I found is direct editing of CSS. Is this how it should be or is there a more direct way?
Thank you!
Answer the question
In order to leave comments, you need to log in
Create a main.css file with content
.br0 {
border-radius: 0px !important;
}
straighter than editing css, and in the case of less or sass bootstrap) look for inputs and their border-radius and linear-gradient properties
There is always a way - change the parameter in .less|scss files. Corner rounding is handled by variables defined in variables.less
@border-radius-base
@border-radius-large
@border-radius-small
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question