Changeset 3437
- Timestamp:
- 08/23/2011 01:33:40 AM (15 years ago)
- Location:
- branches/plugin/bbp-admin/styles
- Files:
-
- 2 edited
-
admin.css (modified) (2 diffs)
-
admin.dev.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/styles/admin.css
r3436 r3437 359 359 font-weight: bold; 360 360 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; 362 362 text-shadow: rgba(0,0,0,0.3) 0 -1px 0; 363 363 } … … 366 366 button.button-primary:active, 367 367 a.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; 369 369 color: #cae8be; 370 370 } -
branches/plugin/bbp-admin/styles/admin.dev.css
r3436 r3437 359 359 font-weight: bold; 360 360 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; 362 362 text-shadow: rgba(0,0,0,0.3) 0 -1px 0; 363 363 } … … 366 366 button.button-primary:active, 367 367 a.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; 369 369 color: #cae8be; 370 370 }
Note: See TracChangeset
for help on using the changeset viewer.