menu rosso e nero

This commit is contained in:
ignifugo 2019-07-16 21:07:00 +02:00
parent 09fec967a5
commit db2cfa4a51
2 changed files with 24 additions and 0 deletions

View file

@ -35,6 +35,30 @@
/*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 {
background-color:rgba(255,255,255,0.6);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 31 KiB