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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...