Dotclear

Changeset 3876:7f716e4e25ac


Ignore:
Timestamp:
09/15/18 09:54:39 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Some CSS adjustments (hr may be used in admin fieldset or div.fieldset to separate areas)

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default-dark.css

    r3871 r3876  
    967967  border-color: #cbced1; 
    968968  background: #272b30; } 
     969  fieldset hr { 
     970    background-color: #cbced1; 
     971    border-width: 0; 
     972    margin: 1em 0; } 
    969973  fieldset:focus-within { 
    970974    background-color: #363a3e; } 
     
    31143118  .fieldset h3 { 
    31153119    margin-top: 0; } 
     3120  .fieldset hr { 
     3121    background-color: #cbced1; 
     3122    border-width: 0; 
     3123    margin: 1em 0; } 
    31163124  .fieldset:focus-within { 
    31173125    background-color: #363a3e; } 
     
    32233231  vertical-align: top; 
    32243232  border-radius: 10px; 
    3225   padding: 0 .6em; 
    3226   } 
     3233  padding: 0 .6em; } 
    32273234 
    32283235.badge-icon { 
  • admin/style/default.css

    r3871 r3876  
    967967  border-color: #cbced1; 
    968968  background: #fff; } 
     969  fieldset hr { 
     970    background-color: #cbced1; 
     971    border-width: 0; 
     972    margin: 1em 0; } 
    969973  fieldset:focus-within { 
    970974    background-color: #ededed; } 
     
    31143118  .fieldset h3 { 
    31153119    margin-top: 0; } 
     3120  .fieldset hr { 
     3121    background-color: #cbced1; 
     3122    border-width: 0; 
     3123    margin: 1em 0; } 
    31163124  .fieldset:focus-within { 
    31173125    background-color: #ededed; } 
     
    32233231  vertical-align: top; 
    32243232  border-radius: 10px; 
    3225   padding: 0 .6em; 
    3226   } 
     3233  padding: 0 .6em; } 
    32273234 
    32283235.badge-icon { 
  • admin/style/scss/partials/_classes.scss

    r3811 r3876  
    266266          margin-top: 0; 
    267267     } 
     268  hr { 
     269    background-color: $fieldset-border; 
     270    border-width: 0; 
     271    margin: 1em 0; 
     272  } 
    268273     &:focus-within { 
    269274          background-color: $fieldset-focus-background; 
  • admin/style/scss/partials/_forms.scss

    r3823 r3876  
    4444  border-color: $fieldset-border; 
    4545  background: $fieldset-background; 
     46  hr { 
     47    background-color: $fieldset-border; 
     48    border-width: 0; 
     49    margin: 1em 0; 
     50  } 
    4651  &:focus-within { 
    4752    background-color: $fieldset-focus-background; 
  • themes/berlin/scss/partials/_common.scss

    r3847 r3876  
    6464    @include background-image(linear-gradient(left, $gray-medium, $gray-dark, $gray-medium)); 
    6565} 
     66abbr[title] { 
     67  text-decoration: none; 
     68} 
    6669blockquote, q { 
    6770    font-family: $serif; 
  • themes/berlin/style.css

    r3847 r3876  
    266266  background-size: 100%; 
    267267  background-image: linear-gradient(to right, #dcdcdc, #636363, #dcdcdc); } 
     268 
     269abbr[title] { 
     270  text-decoration: none; } 
    268271 
    269272blockquote, q { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map