]> git.parisson.com Git - telemeta.git/commitdiff
back colors
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 10 Apr 2013 11:56:51 +0000 (13:56 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 10 Apr 2013 11:56:51 +0000 (13:56 +0200)
telemeta/static/telemeta/css/telemeta.css

index 3dcc941a9910ea7fcf2be27b63f57a1aa08fe389..9bb64b0718c43e292e59167223c2ab78fbc53372 100644 (file)
@@ -142,8 +142,8 @@ a img { border: none; }
     position: relative;
     z-index: 1;
     float: right;
-    border: 1px solid #e1e1e1;
-    background-color: #f9f9f9;
+    border: 1px solid #999;
+    background-color: #eee;
     -moz-border-radius: 8px 8px 8px 8px;
     -webkit-border-radius: 8px 8px 8px 8px;
     border-radius: 8px 8px 8px 8px;
@@ -190,7 +190,7 @@ a img { border: none; }
 .analyzer, .markers {
     background-color: #fff;
     color: #000;
-    border: 1px solid #e1e1e1;
+    border: 1px solid #adadad;
     width: 356px;
     padding: 2px;
     /* margin: 5px 0 0; */
@@ -988,9 +988,9 @@ a.image-link {
     background-color: #ffffff;
     color: #000000;
     font-weight: bold;
-    border-top: 1px solid #e1e1e1;
-    border-right: 1px solid #e1e1e1;
-    border-left: 1px solid #e1e1e1;
+    border-top: 1px solid #999999;
+    border-right: 1px solid #999999;
+    border-left: 1px solid #999999;
     border-bottom: 1px solid #ffffff;
 
 }
@@ -1282,7 +1282,3 @@ input,textarea{
 .related_media {
     border-top: 1px dotted #6a0307;
 }
-
-#no-sound-access {
-    background-color: #f9f9f9;
-}
\ No newline at end of file