mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 14:18:24 +01:00
[ticket/15115] more prep for rebase
PHPBB3-15115
This commit is contained in:
parent
8713c71776
commit
c6f2f00a78
@ -44,7 +44,7 @@
|
||||
---------------------------------------- */
|
||||
.button-form,
|
||||
.button-form-bold {
|
||||
font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
@ -661,18 +661,17 @@ dd.profile-warnings {
|
||||
.button-form:hover,
|
||||
.button-form-bold:hover {
|
||||
border-color: #d31141;
|
||||
color: #d31141;
|
||||
text-shadow: none;
|
||||
color: #d31141;
|
||||
}
|
||||
|
||||
.button-form:focus,
|
||||
.button-form-bold:focus {
|
||||
border-color: #0a8ed0;
|
||||
color: #0a8ed0;
|
||||
text-shadow: none;
|
||||
color: #0a8ed0;
|
||||
}
|
||||
|
||||
|
||||
.button-secondary:focus,
|
||||
.button-secondary:hover,
|
||||
.button:focus .icon,
|
||||
|
@ -352,22 +352,6 @@ input[type="radio"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Alternative button */
|
||||
a.button2,
|
||||
input.button2,
|
||||
input.button3 {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* <a> button in the style of the form buttons */
|
||||
a.button1,
|
||||
a.button2 {
|
||||
vertical-align: text-bottom;
|
||||
text-decoration: none;
|
||||
padding: 0 3px;
|
||||
/* Hover states */
|
||||
}
|
||||
|
||||
input.disabled {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user