Changeset 3765:00d069f97ebc for admin/style/scss/partials
- Timestamp:
- 06/28/18 13:32:54 (7 years ago)
- Branch:
- default
- Location:
- admin/style/scss/partials
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_content.scss
r3763 r3765 74 74 } 75 75 &.active { 76 background-color: $tabs- background;76 background-color: $tabs-active-background; 77 77 color: $tabs-active-color; 78 78 } -
admin/style/scss/partials/_main-menu.scss
r3763 r3765 53 53 54 54 #search-menu { 55 padding: 4px 5px 0; 56 font-size: 100%; 57 * { 58 height: 2em; 59 display: inline-block; 60 vertical-align: top; 61 line-height: 24px; 62 } 55 padding: 4px 0 0 4px; 56 font-size: .91em; 63 57 p { 64 border: 1px solid $search-border;65 border-radius: .3em;66 position: relative;67 58 width: 95%; 68 overflow: hidden;59 margin: 0 0 .5em 0; 69 60 } 70 61 input[type="submit"] { 71 padding: 0 .25em;72 margin-left: .33em;73 color: $search-color;74 background: $search-background;75 border-color: $search-border;76 border-bottom-right-radius: .3em;77 border-top-right-radius: .3em;78 border-top-left-radius: 0;79 border-bottom-left-radius: 0;80 border: none;81 border-left: 1px solid $search-border;82 font-size: .91em;83 62 float: right; 84 &:hover,85 &:focus {86 color: $search-submit-color;87 background: $search-submit-background;88 }89 63 } 90 64 } 91 65 92 66 #qx { 93 width: 80%; 94 border-bottom-left-radius: .3em; 95 border-top-left-radius: .3em; 96 background: transparent url(search.png) no-repeat 4px center; 97 text-indent: 18px; 98 padding: 0; 99 border: none; 100 height: 2em; 101 &:focus { 102 border: 1px solid $search-outline; 103 } 67 width: 75%; 68 background: transparent url(search.svg) no-repeat 0 center; 69 text-indent: 20px; 104 70 } -
admin/style/scss/partials/_plugins.scss
r3763 r3765 45 45 .modules a { 46 46 &.module-details { 47 background: transparent url(search. png) no-repeat 2pxcenter;47 background: transparent url(search.svg) no-repeat 0 center; 48 48 padding: 4px 4px 0 20px; 49 49 } … … 59 59 60 60 #m_search { 61 background: transparent url(search. png) no-repeat 4pxcenter;61 background: transparent url(search.svg) no-repeat 0 center; 62 62 padding-left: 20px; 63 63 }
Note: See TracChangeset
for help on using the changeset viewer.