summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript/numericupdown/css/numericupdown.css
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/javascript/numericupdown/css/numericupdown.css')
-rw-r--r--usr/local/www/javascript/numericupdown/css/numericupdown.css40
1 files changed, 0 insertions, 40 deletions
diff --git a/usr/local/www/javascript/numericupdown/css/numericupdown.css b/usr/local/www/javascript/numericupdown/css/numericupdown.css
deleted file mode 100644
index 429619b..0000000
--- a/usr/local/www/javascript/numericupdown/css/numericupdown.css
+++ /dev/null
@@ -1,40 +0,0 @@
-.buttonInc,
-.buttonDec
- {
- margin:0;
- padding:0;
- width:11px;
- height:8px;
- vertical-align:top;
- background-color:#ccc;
- text-indent:-999px;
- overflow:hidden;
- background:#ccc url(../images/up.gif) no-repeat 50% 50%;
- border-top:1px solid #eee;
- border-left:1px solid #eee;
- border-bottom:1px solid #777;
- border-right:1px solid #777;
- voice-family: inherit;
- height:9px;
- }
-html>body .buttonInc,
-html>body .buttonDec
- {
- height:9px;
- }
-.buttonDec
- {
- margin:9px 0 0 -11px;
- background:#ccc url(../images/down.gif) no-repeat 50% 50%;
- voice-family: inherit;
- margin:10px 0 0 -11px;
- }
-html>body .buttonDec
- {
- margin:10px 0 0 -11px;
- }
-button
- {
- font-family:monospace;
- line-height:1em;
- }
OpenPOWER on IntegriCloud