1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

Merge pull request #1571 from bantu/ticket/11345

[ticket/11345] Better font for buttons
This commit is contained in:
Nils Adermann
2013-10-10 15:27:06 -07:00
4 changed files with 4 additions and 2 deletions

View File

@@ -27,7 +27,8 @@
border-radius: 4px;
background: transparent none 0 0 repeat-x;
padding: 2px 22px 2px 8px;
font-family: Verdana, Arial, Helvetica;
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
font-weight: 600;
position: relative;
text-decoration: none !important;
outline-style: none !important;

View File

@@ -1124,4 +1124,3 @@ input.disabled {
.notification_list .pointer_inner {
border-bottom-color: #F1F8FF;
}