HOUT#39495 gradient korter zodat dubbele kleuren beter zichtbaar zijn
svn path=/Website/trunk/; revision=33043
This commit is contained in:
@@ -653,7 +653,6 @@ div.fcltframe {
|
||||
padding-right: 6px;
|
||||
border-radius: 8px;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80); /* For IE8 and earlier */
|
||||
position:relative;
|
||||
margin-left: 10px;
|
||||
border: 1px solid #eee;
|
||||
@@ -717,7 +716,6 @@ input#menufilter {
|
||||
border-radius: 8px;
|
||||
opacity: 0.8;
|
||||
padding: 2px 6px 3px 6px;
|
||||
filter: alpha(opacity=80); /* For IE8 and earlier */
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
div.filtermenukop {
|
||||
@@ -917,7 +915,6 @@ div.wbackground {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid black;
|
||||
opacity: 0.9;
|
||||
filter: alpha(opacity=90); /* For IE8 and earlier */
|
||||
}
|
||||
|
||||
.wwelcome {
|
||||
@@ -1119,8 +1116,7 @@ padding-right: 15px!important;
|
||||
}
|
||||
.busyoverlay {
|
||||
background: #aaa;
|
||||
opacity: .75;
|
||||
filter: Alpha(Opacity=50); /* support: IE8 */
|
||||
opacity: 0.75;
|
||||
}
|
||||
/*
|
||||
* THE BUTTONS
|
||||
@@ -1853,15 +1849,13 @@ span.expired2 {
|
||||
}
|
||||
/* for colored rows and others*/ /* PF: ns even aanzien hoe de MS-kleuren uitpakken */
|
||||
.cntrappel td, .expired1 td {
|
||||
background: -webkit-linear-gradient(top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 150%); /* For Safari 5.1 to 6.0 */
|
||||
background: -moz-linear-gradient(top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 150%); /* For Firefox 3.6 to 15 */
|
||||
background: linear-gradient(to top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 150%); /* Standard syntax */
|
||||
background-color: #FFEB9C\9; /* IE 8 and below */
|
||||
background: -webkit-linear-gradient(top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 100%); /* For Safari 5.1 to 6.0 */
|
||||
background: -moz-linear-gradient(top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 100%); /* For Firefox 3.6 to 15 */
|
||||
background: linear-gradient(to top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 100%); /* Standard syntax */
|
||||
color: #9C6500;
|
||||
}
|
||||
.cntopzeg td, .expired2 td {
|
||||
background: linear-gradient(to top, rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.8) 150%); /*#FFC7CE*/
|
||||
background-color: #FFC7CE\9; /* IE 8 and below */
|
||||
background: linear-gradient(to top, rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.8) 100%); /*#FFC7CE*/
|
||||
color: #9C0006;
|
||||
}
|
||||
.expired3 td {
|
||||
|
||||
Reference in New Issue
Block a user