Changeset 3621:e1a3f3cf4930
- Timestamp:
- 12/16/17 13:06:16 (8 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3620 r3621 1020 1020 border-color: #ccc; 1021 1021 background: #f7f7f7; } 1022 fieldset:focus-within { 1023 background-color: #eee; } 1022 1024 1023 1025 input[type=text], … … 1957 1959 tr.line:hover { 1958 1960 background: #f3f3f3; } 1961 tr.line:focus-within { 1962 background-color: #eee; } 1959 1963 1960 1964 td.status { … … 2046 2050 width: 9em; 2047 2051 display: inline-block; } 2052 #filters-form:focus-within { 2053 background-color: #eee; } 2048 2054 2049 2055 span.ib { … … 2794 2800 padding: .5em 1em; 2795 2801 background-color: #f3f3f3; } 2802 .sb-box:focus-within { 2803 background-color: #eee; } 2796 2804 2797 2805 #tb_excerpt { … … 3086 3094 .fieldset h3 { 3087 3095 margin-top: 0; } 3096 .fieldset:focus-within { 3097 background-color: #eee; } 3088 3098 3089 3099 .right, -
admin/style/scss/partials/_classes.scss
r3517 r3621 243 243 margin-top: 0; 244 244 } 245 &:focus-within { 246 background-color: #eee; 247 } 245 248 } 246 249 -
admin/style/scss/partials/_entry.scss
r3516 r3621 58 58 padding: .5em 1em; 59 59 background-color: $secondary-background; 60 &:focus-within { 61 background-color: #eee; 62 } 60 63 } 61 64 -
admin/style/scss/partials/_filters.scss
r3439 r3621 47 47 display: inline-block; 48 48 } 49 &:focus-within { 50 background-color: #eee; 51 } 49 52 } 50 53 -
admin/style/scss/partials/_forms.scss
r3602 r3621 38 38 border-color: #ccc; 39 39 background: #f7f7f7; 40 &:focus-within { 41 background-color: #eee; 42 } 40 43 } 41 44 -
admin/style/scss/partials/_tables.scss
r3620 r3621 54 54 &:hover { 55 55 background: #f3f3f3; 56 } 57 &:focus-within { 58 background-color: #eee; 56 59 } 57 60 }
Note: See TracChangeset
for help on using the changeset viewer.