padding:4px;
font-family:sans-serif;
font-size:1em;
--moz-border:radius:4px;
+-moz-border-radius:4px;
}
select, option {
padding-bottom:0;
input:focus, textarea:focus, select:focus {
border-width:2px;
border-style: solid;
--moz-border:radius:4px;
+-moz-border-radius:4px;
}
caption {
font-weight:bold;
list-style-type:none;
/*margin-bottom:11px;*/
}
+.notices li.over {
+background-color:#fcfcfc;
+}
/* NOTICES */
.notice-options form input.submit {
display:block;
border:0;
-border-bottom-width:1px;
-border-bottom-style:dotted;
padding-left:20px;
-
}
+
.notice-options .reply a {
text-decoration:none;
}
.notice-options .reply a,
.notice-options form input.submit {
background-color:transparent;
-color:#333333;
-border-bottom-color:#ccc;
}
.notice-options .reply a {
background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
.notice-options form.notice_delete input.submit {
background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
}
+
+.notice-options a,
+.notice-options input {
+opacity:0.1;
+}
+.notices li.hover {
+background-color:#fcfcfc;
+}
+.notices li.hover .notice-options a,
+.notices li.hover .notice-options input {
+opacity:1;
+}
+
+
/*END: NOTICES */
background-color:#00f;
}
-
-
-