Browse Source

finito grafica

ignifugo 4 years ago
parent
commit
e0454f8784
1 changed files with 29 additions and 2 deletions
  1. 29 2
      www/css/index.css

+ 29 - 2
www/css/index.css

@@ -46,12 +46,39 @@ html .ui-body-a .ui-btn{
     border-style: dashed;
 }
 html .ui-body-a .ui-panel-inner .ui-body-inherit{
-    background-color: #f60000 !important;
+    background-color: #ef3636 !important;
 }
 /*  menu rosso e nero  #f60000 */
 
 #outside , .ui-panel-inner {
-    background-color: #f60000 !important;
+    background-color: #ef3636 !important;
+}
+
+#ui-id-2 {
+background-color: #fff;    
+    text-transform: uppercase !important;
+border-width: 2px 1px 2px 1px !important;
+    border-color: #ef3636 !important;
+}
+#ui-id-1{
+border-width: 2px 1px 2px 2px !important;
+    background-color: #fff ;    
+    text-transform: uppercase !important;
+    border-color: #ef3636 !important;
+}
+#ui-id-3{
+border-width: 2px 2px 2px 1px  !important;
+        background-color: #fff ;    
+    text-transform: uppercase !important;
+    border-color: #ef3636 !important;
+}
+.ui-page-theme-a .ui-btn.ui-btn-active, html head + body .ui-btn.ui-btn-a.ui-btn-active{
+    text-shadow: none !important;
+    color:#fff !important;
+     background-color: #ef3636 !important;  
+}
+.ui-btn.ui-btn-a:focus{
+    box-shadow:none !important;
 }
 
 a.nav.ui-btn.ui-btn-icon-right.ui-icon-carat-r:hover{