Browse Source

essai style pour liste défilante panoramas

julpec 8 years ago
parent
commit
0f47db8544
1 changed files with 31 additions and 3 deletions
  1. 31 3
      panorama/static/panorama/css/celutz.css

+ 31 - 3
panorama/static/panorama/css/celutz.css

@@ -347,18 +347,46 @@ select {
     height: 260px;
     overflow: scroll;
     overflow-x: hidden;
+    border-bottom: 2px solid #ae3a3a;
+}
+#panos:after,
+#panos:before {
+	top: 99.5%;
+	left: 80%;
+	border: 1px solid #666;
+	content: " ";
+	height: 0;
+	width: 0;
+	position: absolute;
+        pointer-events: none;
+
+}
+#panos:after {
+	border-color: rgba(34, 34, 34, 0);
+	border-top-color: #222;
+	border-width: 8px;
+	margin-left: -8px;
+
+}
+#panos:before {
+	border-color: rgba(102, 102, 102, 0);
+	border-top-color: #ae3a3a;
+	border-width: 11px;
+	margin-left: -11px;
+
 }
 #panos::-webkit-scrollbar,
-.side-nav::-webkit-scrollbar {
+#panos .side-nav::-webkit-scrollbar {
     width: 5px;
     background: transparent;
 }
 #panos::-webkit-scrollbar-thumb, 
-.side-nav::-webkit-scrollbar-thumb {
-    background: #FF0000;
+#panos .side-nav::-webkit-scrollbar-thumb {
+    background: #ae3a3a;
     width: 30px;
 }
 
+
 .langue form {
     padding: 0px;
 }