Changeset 1466254
- Timestamp:
- 08/02/2016 03:12:11 PM (10 years ago)
- File:
-
- 1 edited
-
wp-editor-imgur-button/trunk/style/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-editor-imgur-button/trunk/style/style.css
r1460010 r1466254 12 12 width: 100%!important; 13 13 height: 100%!important; 14 background: rgba(0, 0, 0, 0.4)!important;14 background: #15191F !important; 15 15 } 16 16 17 17 .imgur-upload-loading .loading { 18 18 position: absolute; 19 top: 30%;20 left: 42%;19 top: 0; 20 left: 0; 21 21 background: url('../img/loading.gif') center center no-repeat; 22 width: 100px; 23 height: 100px; 24 background-size: 100px 100px; 22 width: 100%; 23 height: 100%; 25 24 }
Note: See TracChangeset
for help on using the changeset viewer.