Les éléments de formulaire sont maintenant légèrement ombrés

This commit is contained in:
echarp 2014-07-21 01:08:37 +02:00
parent 43281c5221
commit 4ba60cbcbc
2 changed files with 6 additions and 1 deletions

View File

@ -127,6 +127,7 @@ main
padding-right: 0.4em
.mce-tinymce
border: 1px solid darkgray
@include box-shadow(1px 1px 2px lightgray)
@include border-radius(0.4em)
input, textarea, select, a.button
color: black
@ -135,6 +136,7 @@ main
padding: 2px 4px
font-family: georgia, serif
background-color: white
@include box-shadow(1px 1px 2px lightgray)
@include border-radius(0.4em)
&:focus
background-color: #F0F8FF
@ -151,6 +153,7 @@ main
@include box-shadow(2px 2px 2px gray)
select, option
color: black
padding: 2px 4px
background-color: white
.field_with_errors

View File

@ -178,7 +178,9 @@ sidebar#lug-list
content: ''
.actions
text-align: center
margin-bottom: 2em
input
margin: 0.4em
font-size: x-large
.mce-tinymce
display: inline-block