dever 6 years ago
parent
commit
5433dd3669
1 changed files with 50 additions and 8 deletions
  1. 50 8
      css/style.global.css

+ 50 - 8
css/style.global.css

@@ -827,12 +827,49 @@ form .dl-horizontal dd.desc {
     padding-top: 8px;
     padding-bottom: 8px;
 }
-
+.nav-tabs{
+    display: -ms-flexbox;
+    display: flex;
+    border-left: 1px solid #d3d3d3;
+    border-radius: 5px;
+    -ms-flex-align: center;
+    align-items: center;
+}
+.nav-tabs > li{
+    height: 40px;
+    padding: 0 10px;
+    line-height: 40px;
+    background: linear-gradient(0deg, #eeeeee, white, white);
+    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.11);
+    border-right: 1px solid #d3d3d3;
+    border-top: 1px solid #d3d3d3;
+    border-bottom: 1px solid #d3d3d3;
+}
+.nav-tabs > li:first-child {
+    border-radius: 5px 0 0 5px; }
+.nav-tabs > li:last-child {
+    border-radius: 0 5px 5px 0; }
+.nav-tabs > li.active,
+.nav-tabs > li.active:hover,
+.nav-tabs > li.active:focus {
+    height: 42px;
+    background: linear-gradient(0deg, #121212, #535353);
+}
+.nav-tabs > li > a{
+    display: block;
+    color: #000;
+    padding: 0;
+}
 .nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
-    color: #555555;
-    background-color: #f6f6f6;
+.nav-tabs > li.active:hover > a,
+.nav-tabs > li.active:focus > a {
+    color: #fff;
+    cursor: default;
+}
+.nav.nav-tabs>li>a:focus,
+.nav.nav-tabs>li>a:hover {
+    text-decoration: none;
+    background-color: none !important;
 }
 
 .actions .details-tabs > .active > a,
@@ -850,9 +887,9 @@ form .dl-horizontal dd.desc {
     background: #f7f7f7;
 }
 
-.actions .nav-tabs {
+/* .actions .nav-tabs {
     margin-bottom: 0;
-}
+} */
 
 .fees-desc {
     padding: 8px 10px;
@@ -1091,8 +1128,13 @@ div.category-breadcrumbs > a {
 
 .listings .list {
     border-bottom: 1px dotted #ddd;
-    padding: 6px 0;
+    padding: 6px;
     margin: 6px 0;
+    background: linear-gradient(0deg, #eeeeee, white, white);
+    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.11);
+    border: 1px solid #d3d3d3;
+    border-radius: 5px;
+    margin-bottom: 20px;
 }
 
 /* home page list/grid */