aristath / bootstrap-admin

Administration theme for WordPress based on Twitter's Bootstrap
112 stars 49 forks source link

[Suggestion]Small color change #3

Closed bimaljr closed 11 years ago

bimaljr commented 11 years ago

Hello,

I like to suggest you a small color change to make it more batter.

All the post meta boxes are with white background. I like to add a very light grey color so it highlight more. Here is the change:

File: /bootstrap-admin/assets/css/compiled-style.css

Current style:

.postbox {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 10px 20px 10px;
  margin-bottom: 20px;
  background: #fff;
}

Updated style:

.postbox {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 10px 20px 10px;
  margin-bottom: 20px;
  background: #F8F8F8;
}
jazbek commented 11 years ago

I tried this out and I agree it looks much nicer & easier to read/view the page.

kwayyinfotech commented 11 years ago

I requested this update in code