[ticket/14204] Add new refactored code

PHPBB3-14204
This commit is contained in:
hanakin 2017-02-17 14:24:11 -05:00
parent 2b52a13a3f
commit 1c85634778
2 changed files with 33 additions and 0 deletions

View file

@ -40,6 +40,16 @@
/* Posting page styles
---------------------------------------- */
.button-form,
.button-form-bold {
font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
border-radius: 0;
}
.button-form-bold {
font-weight: 700;
}
.button-search,
.button-search-end {
border-radius: 0;

View file

@ -674,6 +674,29 @@ dd.profile-warnings {
color: #8f8f8f;
}
.button-form,
.button-form-bold {
border-color: #666666;
-webkit-box-shadow: none;
box-shadow: none;
color: #333333;
}
.button-form:hover,
.button-form-bold:hover {
border-color: #d31141;
color: #d31141;
text-shadow: none;
}
.button-form:focus,
.button-form-bold:focus {
border-color: #0a8ed0;
color: #0a8ed0;
text-shadow: none;
}
.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,