diff --git a/www/css/index.css b/www/css/index.css index 97237ea..09bbad5 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -35,22 +35,50 @@ /*background: url("sfondo.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;*/ } +/*bottoni*/ + +html .ui-body-a .ui-btn{ + background-color: red !important; + border-color: black !important; + color: #000 !important; + text-shadow: none !important; + text-transform: uppercase; + border-style: dashed; +} +html .ui-body-a .ui-panel-inner .ui-body-inherit{ + background-color: #f60000 !important; +} /* menu rosso e nero #f60000 */ -.ui-panel-inner { - background-color: #f60000 !important; -} -a.nav.ui-btn.ui-btn-icon-right.ui-icon-carat-r { +#outside , .ui-panel-inner { background-color: #f60000 !important; } +a.nav.ui-btn.ui-btn-icon-right.ui-icon-carat-r:hover{ + color: #f60000 !important; + background-color: #000 !important; +} +.ui-listview > li { + +margin-top: -0.3em;} + +#outside li > a.ui-btn { + border-width: 0px 0 0; +} + a.nav.ui-btn.ui-btn-icon-right.ui-icon-carat-r { + border-bottom: 2px black !important; +border-style: dashed !important; + background-color: #f60000 !important; + padding: 1.5em 0 1em 0; display: inline-block; color: black !important; box-shadow: none; width: 100%; min-width: 100%; text-align:center; + text-transform: uppercase; + text-shadow:none !important; } .ui-overlay-a { text-shadow: none !important;