Opacity on notice div.entry-content and div.notice-options
This commit is contained in:
parent
05b00cc7df
commit
f28f1108a9
@ -59,9 +59,7 @@ padding-bottom:0;
|
|||||||
fieldset {
|
fieldset {
|
||||||
padding:0;
|
padding:0;
|
||||||
border:0;
|
border:0;
|
||||||
margin-bottom:29px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
form ul li {
|
form ul li {
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
margin:0 0 18px 0;
|
margin:0 0 18px 0;
|
||||||
@ -101,6 +99,10 @@ form input.submit {
|
|||||||
|
|
||||||
|
|
||||||
/* FORM SETTINGS */
|
/* FORM SETTINGS */
|
||||||
|
.form_settings fieldset {
|
||||||
|
margin-bottom:29px;
|
||||||
|
}
|
||||||
|
|
||||||
.form_guide {
|
.form_guide {
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
}
|
}
|
||||||
|
@ -198,16 +198,16 @@ background:transparent url(../images/icons/twotone/green/favourite.gif) no-repea
|
|||||||
background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
|
background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options a,
|
div.entry-content,
|
||||||
.notice-options input {
|
div.notice-options {
|
||||||
opacity:0.1;
|
opacity:0.2;
|
||||||
color:#333;
|
color:#333;
|
||||||
}
|
}
|
||||||
.notices li.hover {
|
.notices li.hover {
|
||||||
background-color:#fcfcfc;
|
background-color:#fcfcfc;
|
||||||
}
|
}
|
||||||
.notices li.hover .notice-options a,
|
.notices li.hover div.entry-content,
|
||||||
.notices li.hover .notice-options input {
|
.notices li.hover div.notice-options {
|
||||||
opacity:1;
|
opacity:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user