Updated default theme to match identica theme's Repeat notice option styles
This commit is contained in:
parent
05c1ad8b32
commit
9c1103703f
@ -88,6 +88,7 @@ color:#FFFFFF;
|
|||||||
border-color:transparent;
|
border-color:transparent;
|
||||||
text-shadow:none;
|
text-shadow:none;
|
||||||
}
|
}
|
||||||
|
.dialogbox .submit_dialogbox,
|
||||||
input.submit,
|
input.submit,
|
||||||
.form_notice input.submit {
|
.form_notice input.submit {
|
||||||
background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
|
background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
|
||||||
@ -97,9 +98,11 @@ border-color:#AAAAAA;
|
|||||||
border-top-color:#CCCCCC;
|
border-top-color:#CCCCCC;
|
||||||
border-left-color:#CCCCCC;
|
border-left-color:#CCCCCC;
|
||||||
}
|
}
|
||||||
|
.dialogbox .submit_dialogbox:hover,
|
||||||
input.submit:hover {
|
input.submit:hover {
|
||||||
background-position:0 -5px;
|
background-position:0 -5px;
|
||||||
}
|
}
|
||||||
|
.dialogbox .submit_dialogbox:focus,
|
||||||
input.submit:focus {
|
input.submit:focus {
|
||||||
background-position:0 -15px;
|
background-position:0 -15px;
|
||||||
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
||||||
@ -351,6 +354,9 @@ opacity:0.4;
|
|||||||
.notices li:hover div.notice-options {
|
.notices li:hover div.notice-options {
|
||||||
opacity:1;
|
opacity:1;
|
||||||
}
|
}
|
||||||
|
.opaque {
|
||||||
|
opacity:1 !important;
|
||||||
|
}
|
||||||
.notice-options a,
|
.notice-options a,
|
||||||
.notice-options input {
|
.notice-options input {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user