1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +02:00

[ticket/15610] Improving UI of Board Statistics in ACP

Master Improving UI of Board Statistics in ACP

Statistics table was divided into two in acp_main.html.

PHPBB3-15610
This commit is contained in:
amalnaeem
2018-04-04 23:53:24 +05:00
parent 9cd941237c
commit a71edb0d90
2 changed files with 7 additions and 32 deletions

View File

@@ -1716,17 +1716,6 @@ input.button2 {
border: 1px solid #666666;
}
a.runbutton,
input.runbutton {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 0.85em;
color: #000000;
border-radius: 4px;
width: auto !important;
padding: 1px 3px 0;
cursor: pointer;
}
/* <a> button in the style of the form buttons */
a.button1,
a.button1:link,
@@ -1741,15 +1730,6 @@ a.button2:active {
padding: 4px 8px;
}
a.runbutton,
a.runbutton:link,
a.runbutton:visited,
a.runbutton:active {
text-decoration: none;
color: #ffffff;
padding: 4px 8px;
}
/* Hover states */
a.button1:hover,
input.button1:hover,
@@ -1760,11 +1740,6 @@ input.button2:hover {
color: #bc2a4d;
}
a.runbutton:hover,
input.runbutton:hover {
opacity:0.75;
}
input.disabled {
font-weight: normal;
color: #666666;