From: Guillaume Pellerin Date: Wed, 10 Apr 2013 11:56:51 +0000 (+0200) Subject: back colors X-Git-Tag: 1.4.5~2^2~4^2~2^2~18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8d555c4d2b2d5f04951a0f8ed2f0632d5e7e64ef;p=telemeta.git back colors --- diff --git a/telemeta/static/telemeta/css/telemeta.css b/telemeta/static/telemeta/css/telemeta.css index 3dcc941a..9bb64b07 100644 --- a/telemeta/static/telemeta/css/telemeta.css +++ b/telemeta/static/telemeta/css/telemeta.css @@ -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