Changeset 3763:857d4768935c for admin/style/scss/partials/_layout.scss
- Timestamp:
- 06/22/18 16:48:10 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_layout.scss
r3513 r3763 7 7 8 8 #header { 9 color: $header-color; 10 background: $header-background; 11 border-bottom: 4px solid $header-border; 9 12 width: 99.99%; 10 13 /* Bugfix Chrome >= 49.0.2623.108 */ … … 24 27 25 28 #wrapper { 29 background: $wrapper-background url(bg_wrapper.png) repeat-y 14em; 26 30 position: relative; 27 31 padding-top: 1.5em; … … 44 48 45 49 #content { 50 background: $content-background; 46 51 margin: 0 0 0 14em; 47 52 padding: .5em 1.5em .75em 2.5em; … … 49 54 50 55 #main-menu { 56 background: $main-menu-background; 51 57 width: 14em; 52 58 float: left; … … 58 64 59 65 #footer { 66 background-color: $footer-background; 67 border-top: 1px solid $footer-border; 60 68 clear: both; 61 69 position: relative; … … 68 76 69 77 #collapser { 78 background: $collapser-background; 70 79 position: absolute; 71 80 top: 0; … … 75 84 overflow: hidden; 76 85 display: block; 77 border-right: 0; // 1px solid #999;86 border-right: 0; 78 87 border-bottom: 0; 79 88 z-index: 1; 80 89 transition: none; 90 &:hover, 91 &:focus { 92 background: $collapser-focus; 93 } 94 .hide-mm & { 95 background: $collapser-focus; 96 &:hover, 97 &:focus { 98 background: $collapser-background; 99 } 100 } 81 101 } 82 102 … … 110 130 display: block; 111 131 } 132 } 133 134 #wrapper.hide-mm { 135 background: $content-background; 112 136 } 113 137 … … 206 230 .popup { 207 231 h1 { 232 color: $popup-title-color; 233 background: $popup-title-background; 208 234 display: block; 209 235 width: 100%;
Note: See TracChangeset
for help on using the changeset viewer.