summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authororbiter <mc@yacy.net>2014-03-20 22:52:01 +0100
committerorbiter <mc@yacy.net>2014-03-20 22:52:01 +0100
commitf8f88d4e812b1fecae33d4749b7828656c8101e4 (patch)
tree7d4b7d926134bf4441df5e4512efdbdd3ff7b593 /skins
parent3c8d6e1eee63df0f1b456e6cbe49238f4a614d0c (diff)
replaced pdblue-homebrew buttons with bootstrap standard buttons
Diffstat (limited to 'skins')
-rw-r--r--skins/pdblue.css72
1 files changed, 0 insertions, 72 deletions
diff --git a/skins/pdblue.css b/skins/pdblue.css
index 4ed5a31cb..ba9cb02e4 100644
--- a/skins/pdblue.css
+++ b/skins/pdblue.css
@@ -302,75 +302,3 @@ form dt, dl.pairs dt {
form dd, dl.pairs dd {
background-color:#DEE6F3;
}
-
-.submitready {
- height:20px;
- min-width:160px;
- font-size:1.2em;
- padding-left:1.2em;
- color:white;
-
- -webkit-border-radius: 20px;
- -moz-border-radius: 20px;
- -khtml-border-radius: 20px;
- border-radius: 20px;
- border: 0px;
-
- background:#5090D0;
- background-image:url("/env/grafics/ok.png");
- background-size: 16px 16px;
- background-repeat:no-repeat;
- background-position: 2px center;
-}
-
-.submitready:hover {
- background:#65AC2A;
- background-image:url("/env/grafics/ok.png");
- background-size: 16px 16px;
- background-repeat:no-repeat;
- background-position: 2px center;
-}
-
-.dangerdisarmed {
- height:20px;
- min-width:160px;
- font-size:1.2em;
- padding-left:2em;
- color:white;
-
- -webkit-border-radius: 20px;
- -moz-border-radius: 20px;
- -khtml-border-radius: 20px;
- border-radius: 20px;
- border: 0px;
-
- background:#dddddd;
-}
-
-.dangerready {
- height:20px;
- min-width:160px;
- font-size:1.2em;
- padding-left:2em;
- color:white;
-
- -webkit-border-radius: 20px;
- -moz-border-radius: 20px;
- -khtml-border-radius: 20px;
- border-radius: 20px;
- border: 0px;
-
- background:#ff6000;
- background-image:url("/env/grafics/construction.gif");
- background-size: 24px 16px;
- background-repeat:no-repeat;
- background-position: 4px center;
-}
-
-.dangerready:hover {
- background:#ff0000;
- background-image:url("/env/grafics/construction.gif");
- background-size: 24px 16px;
- background-repeat:no-repeat;
- background-position: 4px center;
-} \ No newline at end of file