Changeset 3638:41197f7d6609 for admin/style
- Timestamp:
- 12/29/17 10:06:38 (8 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3637 r3638 1553 1553 1554 1554 body.ajax-loader #header { 1555 border-bottom-color: # 137bbb;1555 border-bottom-color: #92b7d2; 1556 1556 transition: border-bottom-color .3s ease; } 1557 1557 body.ajax-loader #collapser { 1558 background-color: # 137bbb;1558 background-color: #92b7d2; 1559 1559 transition: background-color .3s ease; } 1560 1560 -
admin/style/scss/partials/_messages.scss
r3637 r3638 150 150 body.ajax-loader { 151 151 #header { 152 border-bottom-color: #137bbb;152 border-bottom-color: shade($light-blue, 10%); 153 153 transition: border-bottom-color .3s ease; 154 154 } 155 155 #collapser { 156 background-color: #137bbb;156 background-color: shade($light-blue, 10%); 157 157 transition: background-color .3s ease; 158 158 }
Note: See TracChangeset
for help on using the changeset viewer.