Jump to content
  • 0

Making Blesta Look 'flat' Instead Of Round


Question

Posted

What's the quickest way to change some CSS which would remove the rounding on the text boxes and other non-header UI elements? The header is pretty flat, but a lot of the body elements are not, and I believe the UI would have a lot of continuity if everything was flat

3 answers to this question

Recommended Posts

  • 0
Posted

I disagree, not everyone wants the world to be like Microsoft 10, but you can do it by adding 
 

.panel-blesta{border-radius: 0px 0px 0px 0px !important;
-moz-border-radius: 0px 0px 0px 0px !important;
-webkit-border-radius: 0px 0px 0px 0px !important;}
  • 0
Posted
On 11/4/2015 at 6:10 AM, Blesta.Store said:

I disagree, not everyone wants the world to be like Microsoft 10, but you can do it by adding 
 


.panel-blesta{border-radius: 0px 0px 0px 0px !important;
-moz-border-radius: 0px 0px 0px 0px !important;
-webkit-border-radius: 0px 0px 0px 0px !important;}

Where should I add this?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...