Skip to:
Content

bbPress.org

Changeset 3437


Ignore:
Timestamp:
08/23/2011 01:33:40 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix primary button background image location in green admin color scheme.

Location:
branches/plugin/bbp-admin/styles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/styles/admin.css

    r3436 r3437  
    359359    font-weight: bold;
    360360    color: #fff;
    361     background: #060 url(../bbp-images/button-grad.png) repeat-x scroll left top;
     361    background: #060 url(../images/button-grad.png) repeat-x scroll left top;
    362362    text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    363363}
     
    366366button.button-primary:active,
    367367a.button-primary:active {
    368     background: #060 url(../bbp-images/button-grad.png) repeat-x scroll left bottom;
     368    background: #060 url(../images/button-grad.png) repeat-x scroll left bottom;
    369369    color: #cae8be;
    370370}
  • branches/plugin/bbp-admin/styles/admin.dev.css

    r3436 r3437  
    359359    font-weight: bold;
    360360    color: #fff;
    361     background: #060 url(../bbp-images/button-grad.png) repeat-x scroll left top;
     361    background: #060 url(../images/button-grad.png) repeat-x scroll left top;
    362362    text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    363363}
     
    366366button.button-primary:active,
    367367a.button-primary:active {
    368     background: #060 url(../bbp-images/button-grad.png) repeat-x scroll left bottom;
     368    background: #060 url(../images/button-grad.png) repeat-x scroll left bottom;
    369369    color: #cae8be;
    370370}
Note: See TracChangeset for help on using the changeset viewer.