another publisher fix (broke aspect#show pages with last fix). changed flash message colors/opacity.
This commit is contained in:
parent
26cada5866
commit
a9451d19b9
1 changed files with 6 additions and 3 deletions
|
|
@ -59,14 +59,16 @@ h3
|
||||||
|
|
||||||
#flash_notice
|
#flash_notice
|
||||||
:background
|
:background
|
||||||
:color rgba(127,255,36,0.6)
|
:color rgb(126,240,77)
|
||||||
|
:color rgba(126,240,77,0.98)
|
||||||
:text
|
:text
|
||||||
:shadow 0 1px #6C6
|
:shadow 0 1px #6C6
|
||||||
|
|
||||||
#flash_error,
|
#flash_error,
|
||||||
#flash_alert
|
#flash_alert
|
||||||
:background
|
:background
|
||||||
:color rgba(208,49,43,0.85)
|
:color rgb(208,49,43)
|
||||||
|
:color rgba(208,49,43,0.98)
|
||||||
:border
|
:border
|
||||||
:bottom solid 1px #C66
|
:bottom solid 1px #C66
|
||||||
:text
|
:text
|
||||||
|
|
@ -671,6 +673,7 @@ label
|
||||||
:margin 0
|
:margin 0
|
||||||
|
|
||||||
.options_and_submit
|
.options_and_submit
|
||||||
|
:min-height 21px
|
||||||
:display none
|
:display none
|
||||||
:position relative
|
:position relative
|
||||||
:padding
|
:padding
|
||||||
|
|
@ -1112,7 +1115,7 @@ ul#settings_nav
|
||||||
|
|
||||||
.empty_message
|
.empty_message
|
||||||
:margin
|
:margin
|
||||||
:bottom 12px
|
:bottom 24px
|
||||||
:text
|
:text
|
||||||
:align center
|
:align center
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue