aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 18c7413fef..7cf6c22236 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -1555,17 +1555,6 @@ a.button2, 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, a.button1:visited, a.button1:active,
a.button2, a.button2:link, a.button2:visited, a.button2:active {
@@ -1574,15 +1563,6 @@ a.button2, a.button2:link, a.button2:visited, 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,
a.button2:hover, input.button2:hover {
@@ -1591,11 +1571,6 @@ a.button2:hover, input.button2:hover {
color: #BC2A4D;
}
-a.runbutton:hover,
-input.runbutton:hover {
- opacity:0.75;
-}
-
input.disabled {
font-weight: normal;
color: #666666;