forked from GNUsocial/gnu-social
NoticeOver styles
This commit is contained in:
parent
3c18ad46ae
commit
944876181c
@ -36,7 +36,7 @@ input, textarea, select, option {
|
|||||||
padding:4px;
|
padding:4px;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
-moz-border:radius:4px;
|
-moz-border-radius:4px;
|
||||||
}
|
}
|
||||||
select, option {
|
select, option {
|
||||||
padding-bottom:0;
|
padding-bottom:0;
|
||||||
@ -47,7 +47,7 @@ padding:11px;
|
|||||||
input:focus, textarea:focus, select:focus {
|
input:focus, textarea:focus, select:focus {
|
||||||
border-width:2px;
|
border-width:2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
-moz-border:radius:4px;
|
-moz-border-radius:4px;
|
||||||
}
|
}
|
||||||
caption {
|
caption {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
@ -611,6 +611,9 @@ border-top:1px dashed #D1D9E4;
|
|||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
/*margin-bottom:11px;*/
|
/*margin-bottom:11px;*/
|
||||||
}
|
}
|
||||||
|
.notices li.over {
|
||||||
|
background-color:#fcfcfc;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* NOTICES */
|
/* NOTICES */
|
||||||
@ -786,11 +789,9 @@ display:none;
|
|||||||
.notice-options form input.submit {
|
.notice-options form input.submit {
|
||||||
display:block;
|
display:block;
|
||||||
border:0;
|
border:0;
|
||||||
border-bottom-width:1px;
|
|
||||||
border-bottom-style:dotted;
|
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options .reply a {
|
.notice-options .reply a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
@ -176,8 +176,6 @@ background-image:url(../images/icons/twotone/green/document.gif);
|
|||||||
.notice-options .reply a,
|
.notice-options .reply a,
|
||||||
.notice-options form input.submit {
|
.notice-options form input.submit {
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
color:#333333;
|
|
||||||
border-bottom-color:#ccc;
|
|
||||||
}
|
}
|
||||||
.notice-options .reply a {
|
.notice-options .reply a {
|
||||||
background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
|
background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
|
||||||
@ -188,6 +186,20 @@ background:transparent url(../images/icons/twotone/green/favourite.gif) no-repea
|
|||||||
.notice-options form.notice_delete input.submit {
|
.notice-options form.notice_delete input.submit {
|
||||||
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,
|
||||||
|
.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 */
|
/*END: NOTICES */
|
||||||
|
|
||||||
|
|
||||||
@ -221,6 +233,3 @@ background-color:#0f0;
|
|||||||
background-color:#00f;
|
background-color:#00f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user