Changeset 3439:640a478849cf for admin/style/scss/partials/_debug.scss
- Timestamp:
- 12/04/16 14:23:07 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_debug.scss
r3389 r3439 2 2 3 3 #debug { 4 position: absolute; 5 top: 0; 6 width: 100%; 7 height: 4px; 8 background: #ffd478; 9 } 10 11 #debug div { 12 display: none; 13 padding: 3px 0.5em 2px; 14 } 15 16 #debug p { 17 margin: 0.5em 0; 18 } 19 20 #debug:hover { 21 height: auto; 22 padding: 2px 1em; 23 z-index: 100; 24 } 25 26 #debug:hover div { 27 display: block; 4 position: absolute; 5 top: 0; 6 width: 100%; 7 height: 4px; 8 background: #ffd478; 9 div { 10 display: none; 11 padding: 3px 0.5em 2px; 12 } 13 p { 14 margin: 0.5em 0; 15 } 16 &:hover { 17 height: auto; 18 padding: 2px 1em; 19 z-index: 100; 20 div { 21 display: block; 22 } 23 } 28 24 } 29 25 30 26 .debug { 31 32 27 background: #ffd478; 28 padding: 3px 0.5em 2px; 33 29 } 34 30 35 31 input[type=submit].delete.debug, 36 32 a.delete.debug { 37 border-color: #ffd478; 33 border-color: #ffd478; 34 &:hover { 35 background: #ffd478; 36 color: #900; 37 border-color: #ffd478; 38 } 38 39 } 39 40 input[type=submit].delete.debug:hover,41 a.delete.debug:hover {42 background: #ffd478;43 color: #900;44 border-color: #ffd478;45 }
Note: See TracChangeset
for help on using the changeset viewer.