menu rosso e nero
This commit is contained in:
parent
09fec967a5
commit
db2cfa4a51
2 changed files with 24 additions and 0 deletions
|
@ -35,6 +35,30 @@
|
||||||
/*background: url("sfondo.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;*/
|
/*background: url("sfondo.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !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 {
|
||||||
|
background-color: #f60000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.nav.ui-btn.ui-btn-icon-right.ui-icon-carat-r {
|
||||||
|
display: inline-block;
|
||||||
|
color: black !important;
|
||||||
|
box-shadow: none;
|
||||||
|
width: 100%;
|
||||||
|
min-width: 100%;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.ui-overlay-a {
|
||||||
|
text-shadow: none !important;
|
||||||
|
}
|
||||||
|
.ui-btn-icon-right:after{
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
|
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
|
||||||
background-color:rgba(255,255,255,0.6);
|
background-color:rgba(255,255,255,0.6);
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 31 KiB |
Loading…
Reference in a new issue