mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Fingers crossed. git-svn-id: file:///svn/phpbb/trunk@7461 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2cc66c9722
commit
dbcb539903
1 changed files with 3 additions and 1 deletions
|
@ -663,7 +663,7 @@ input, textarea {
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 0.90em;
|
font-size: 0.90em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
cursor: pointer;
|
cursor: default;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
color: #111111;
|
color: #111111;
|
||||||
|
@ -969,6 +969,7 @@ p.submit-buttons {
|
||||||
|
|
||||||
fieldset.submit-buttons input, p.submit-buttons input {
|
fieldset.submit-buttons input, p.submit-buttons input {
|
||||||
padding: 3px 2px;
|
padding: 3px 2px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.submit-buttons legend {
|
fieldset.submit-buttons legend {
|
||||||
|
@ -1007,6 +1008,7 @@ a.button2, input.button2 {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
background: #EFEFEF url("../images/bg_button.gif") repeat-x top;
|
background: #EFEFEF url("../images/bg_button.gif") repeat-x top;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.button1, input.button1 {
|
a.button1, input.button1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue