Dotclear

Changeset 3621:e1a3f3cf4930


Ignore:
Timestamp:
12/16/17 13:06:16 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Tiny touch of CSS4 for better a11y visual interaction ; might need more refinements.

Location:
admin/style
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3620 r3621  
    10201020  border-color: #ccc; 
    10211021  background: #f7f7f7; } 
     1022  fieldset:focus-within { 
     1023    background-color: #eee; } 
    10221024 
    10231025input[type=text], 
     
    19571959tr.line:hover { 
    19581960  background: #f3f3f3; } 
     1961tr.line:focus-within { 
     1962  background-color: #eee; } 
    19591963 
    19601964td.status { 
     
    20462050    width: 9em; 
    20472051    display: inline-block; } 
     2052  #filters-form:focus-within { 
     2053    background-color: #eee; } 
    20482054 
    20492055span.ib { 
     
    27942800  padding: .5em 1em; 
    27952801  background-color: #f3f3f3; } 
     2802  .sb-box:focus-within { 
     2803    background-color: #eee; } 
    27962804 
    27972805#tb_excerpt { 
     
    30863094  .fieldset h3 { 
    30873095    margin-top: 0; } 
     3096  .fieldset:focus-within { 
     3097    background-color: #eee; } 
    30883098 
    30893099.right, 
  • admin/style/scss/partials/_classes.scss

    r3517 r3621  
    243243          margin-top: 0; 
    244244     } 
     245     &:focus-within { 
     246          background-color: #eee; 
     247     } 
    245248} 
    246249 
  • admin/style/scss/partials/_entry.scss

    r3516 r3621  
    5858     padding: .5em 1em; 
    5959     background-color: $secondary-background; 
     60     &:focus-within { 
     61          background-color: #eee; 
     62     } 
    6063} 
    6164 
  • admin/style/scss/partials/_filters.scss

    r3439 r3621  
    4747          display: inline-block; 
    4848     } 
     49     &:focus-within { 
     50          background-color: #eee; 
     51     } 
    4952} 
    5053 
  • admin/style/scss/partials/_forms.scss

    r3602 r3621  
    3838     border-color: #ccc; 
    3939     background: #f7f7f7; 
     40     &:focus-within { 
     41          background-color: #eee; 
     42     } 
    4043} 
    4144 
  • admin/style/scss/partials/_tables.scss

    r3620 r3621  
    5454     &:hover { 
    5555          background: #f3f3f3; 
     56     } 
     57     &:focus-within { 
     58          background-color: #eee; 
    5659     } 
    5760} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map