menu con hover rosso nera
This commit is contained in:
parent
567741d595
commit
4194389489
1 changed files with 32 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue