Changeset 1635:57c543bc26de
- Timestamp:
- 08/30/13 15:14:08 (10 years ago)
- Branch:
- default
- Children:
- 1636:ad22a8dc2100, 1671:7c0168380f80, 1890:4d31d3ae18fc
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r1603 r1635 364 364 $('.message').backgroundFade({sColor:'#cccccc',eColor:'#666666',steps:20}); 365 365 $('.error').backgroundFade({sColor:'#ffdec8',eColor:'#ffbaba',steps:20}); 366 $('.success').backgroundFade({sColor:'#9 1ff4d',eColor:'#baff8e',steps:20});366 $('.success').backgroundFade({sColor:'#9BCA1C',eColor:'#bee74b',steps:20}); 367 367 368 368 $('form:has(input[type=password][name=your_pwd])').submit(function() { -
admin/style/default.css
r1621 r1635 1124 1124 } 1125 1125 .success { 1126 background: #b aff8eurl(msg-success.png) no-repeat .7em .7em;1126 background: #bee74b url(msg-success.png) no-repeat .7em .7em; 1127 1127 color: #000; 1128 1128 }
Note: See TracChangeset
for help on using the changeset viewer.