mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14204] Add new refactored code
PHPBB3-14204
This commit is contained in:
parent
2b52a13a3f
commit
1c85634778
2 changed files with 33 additions and 0 deletions
|
@ -40,6 +40,16 @@
|
||||||
|
|
||||||
/* Posting page styles
|
/* 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,
|
||||||
.button-search-end {
|
.button-search-end {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
|
@ -674,6 +674,29 @@ dd.profile-warnings {
|
||||||
color: #8f8f8f;
|
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:focus,
|
||||||
.button-secondary:hover,
|
.button-secondary:hover,
|
||||||
.button:focus .icon,
|
.button:focus .icon,
|
||||||
|
|
Loading…
Add table
Reference in a new issue