|
@@ -176,6 +176,7 @@ ul#navigation li a {
|
|
|
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
|
|
|
-webkit-box-shadow: 0px 4px 3px #000;
|
|
|
}
|
|
|
+/*
|
|
|
#touch-button.btn-touch:hover{
|
|
|
background-color: #35890B;
|
|
|
}
|
|
@@ -194,6 +195,32 @@ ul#navigation li a {
|
|
|
#touch-button.show-touch{
|
|
|
background-image: url('../../main/img/touch-right.png');
|
|
|
}
|
|
|
+*/
|
|
|
+#touch-button.btn-touch{
|
|
|
+ background-color: #C2C2C2;
|
|
|
+}
|
|
|
+#touch-button.btn-touch:hover{
|
|
|
+ background-color: #E9E9F0;
|
|
|
+}
|
|
|
+#touch-button.btn-touch{
|
|
|
+ background-color: #EFEFEF;
|
|
|
+ -webkit-border-top-right-radius: 5px;
|
|
|
+ -webkit-border-bottom-right-radius: 5px;
|
|
|
+ -moz-border-radius-topright: 5px;
|
|
|
+ -moz-border-radius-bottomright: 5px;
|
|
|
+ border-top-right-radius: 5px;
|
|
|
+ border-bottom-right-radius: 5px;
|
|
|
+ background-image: url('../../main/img/touch-left.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
+ border: 1px solid #DDD;
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+}
|
|
|
+#touch-button.show-touch{
|
|
|
+ background-image: url('../../main/img/touch-right.png');
|
|
|
+}
|
|
|
+
|
|
|
ul#navigation .help a {
|
|
|
background-color:#879DAA;
|
|
|
border:1px solid #FFFFFF;
|