svn path=/Website/trunk/; revision=27074
This commit is contained in:
@@ -223,6 +223,7 @@ input[readonly], select[readonly], textarea[readonly] {
|
||||
padding: 0;
|
||||
}
|
||||
input[readonly], select[readonly], textarea[readonly], td span[readonly], td div[readonly] {
|
||||
filter: alpha(opacity=70);
|
||||
opacity: 0.7;
|
||||
}
|
||||
input[readonly]:hover, select[readonly]:hover, textarea[readonly]:hover {
|
||||
@@ -484,7 +485,11 @@ tr.updated td .afwijkopstel {
|
||||
tr.self {}
|
||||
span.self {}
|
||||
tr.trnote {}
|
||||
tr.trtrack { opacity: 0.8; font-style: italic;}
|
||||
tr.trtrack {
|
||||
filter: alpha(opacity=80);
|
||||
opacity: 0.8;
|
||||
font-style: italic;
|
||||
}
|
||||
/* blockstyles */
|
||||
|
||||
.fcltframe {
|
||||
@@ -787,7 +792,11 @@ div.wbackground {
|
||||
.usermessage a:hover {text-decoration: underline; color: #f26522;}
|
||||
.newstextFreshRed {font-weight: bold; color: red;}
|
||||
.newstextFresh {font-weight: normal; color: ==textcolor==;}
|
||||
.newstext {color: ==textcolor==; opacity: 0.7;}
|
||||
.newstext {
|
||||
color: ==textcolor==;
|
||||
filter: alpha(opacity=70);
|
||||
opacity: 0.7;
|
||||
}
|
||||
td.markread {
|
||||
width: 24px;
|
||||
cursor: pointer;
|
||||
@@ -1020,6 +1029,7 @@ div#buttons.dialog img {
|
||||
#buttons ul li.hiddenbutton,
|
||||
#buttons ul li.hiddenbutton input[type=submit] {
|
||||
background-color: transparent;
|
||||
filter: alpha(opacity=0);
|
||||
opacity: 0;
|
||||
border: 0;
|
||||
cursor: default;
|
||||
@@ -1413,11 +1423,13 @@ span.expired2 {
|
||||
background-color: #FFCC88;
|
||||
}
|
||||
.past td {
|
||||
filter: alpha(opacity=70);
|
||||
opacity: 0.7;
|
||||
}
|
||||
.today td {
|
||||
}
|
||||
.future td {
|
||||
filter: alpha(opacity=70);
|
||||
opacity: 0.7;
|
||||
}
|
||||
.isready td {
|
||||
@@ -1522,9 +1534,8 @@ border-color: #ddd;
|
||||
|
||||
|
||||
#rsEndText {
|
||||
float: left;
|
||||
color: white;
|
||||
background-color: red;
|
||||
background-color: #C00;
|
||||
font-weight: bold;
|
||||
padding: 1px 8px 2px 8px;
|
||||
margin: 0;
|
||||
@@ -1637,8 +1648,8 @@ input[type=text].mldres
|
||||
td.ui-datepicker-week-end a {
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
filter: alpha(opacity=35)!important;
|
||||
opacity: .35!important;
|
||||
filter: alpha(opacity=35) !important;
|
||||
opacity: .35 !important;
|
||||
}
|
||||
/* zorg dat het kalendertje even hoog verschijnt als het invulveld*/
|
||||
.hasDatepicker {float:left;}
|
||||
@@ -2654,6 +2665,7 @@ li.mi {
|
||||
font-size: 0.9em;
|
||||
line-height: 1.85em;
|
||||
background-color: #fff;
|
||||
filter: alpha(opacity=100);
|
||||
opacity: 1;
|
||||
color: #888; /*kan dat altijd?*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user