mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12292] Improve style details page
http://tracker.phpbb.com/browse/PHPBB3-12292 Gave style details page a proper heading and back button. Also removed a few obsolete code leftovers in the style and CSS. PHPBB3-12292
This commit is contained in:
@@ -1513,7 +1513,7 @@ input.autowidth { width: auto !important;}
|
||||
|
||||
/* Form button styles
|
||||
---------------------------------------- */
|
||||
a.button1, input.button1, input.button3,
|
||||
a.button1, input.button1,
|
||||
a.button2, input.button2 {
|
||||
width: auto !important;
|
||||
padding: 1px 3px 0 3px;
|
||||
@@ -1556,7 +1556,7 @@ input.disabled {
|
||||
}
|
||||
|
||||
/* Focus states */
|
||||
input.button1:focus, input.button2:focus, input.button3:focus {
|
||||
input.button1:focus, input.button2:focus, {
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user