Added opacity to orderfooter.
This commit is contained in:
parent
5e9ffa7cb1
commit
4d46f034e6
3 changed files with 5 additions and 2 deletions
|
@ -424,7 +424,8 @@ table#order {
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
background-color: #E4EED6;
|
||||
border-top: 2px solid #78B74E; }
|
||||
border-top: 2px solid #78B74E;
|
||||
opacity: 0.95; }
|
||||
#order-footer #total-sum, .article-info #total-sum {
|
||||
width: 22em;
|
||||
margin: .5em 2em 0 0;
|
||||
|
|
|
@ -424,7 +424,8 @@ table#order {
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
background-color: #E4EED6;
|
||||
border-top: 2px solid #78B74E; }
|
||||
border-top: 2px solid #78B74E;
|
||||
opacity: 0.95; }
|
||||
#order-footer #total-sum, .article-info #total-sum {
|
||||
width: 22em;
|
||||
margin: .5em 2em 0 0;
|
||||
|
|
|
@ -463,6 +463,7 @@ table#order
|
|||
bottom: 0
|
||||
background-color: #E4EED6
|
||||
border-top: 2px solid #78B74E
|
||||
opacity: 0.95
|
||||
#total-sum
|
||||
width: 22em
|
||||
margin: .5em 2em 0 0
|
||||
|
|
Loading…
Reference in a new issue