diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index f6e4bce..e5c22de 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -166,7 +166,7 @@ font-size:20px; } .msgInput { min-width:500px;width:100%; - z-index:100;background-image:url(/static/img/e9.png); + z-index:100;background-color:#eff5fb; } #msginputrapper{ margin-right:374; @@ -179,20 +179,19 @@ height:0px; width:120px; height:35px; right:285px; -font-size:20px;background-image:url(/static/img/e9.png); +font-size:20px;background-color:#eff5fb; top:0; text-align:center; z-index:100; border:1px solid #000; border-right:0px; cursor:pointer; - background-color:#ffffff; font-size:12px; color:#000; } #webcam-button-upload{ border-top-right-radius:10px; - -webkit-border-top-right-radius:5px;background-image:url(/static/img/e9.png); + -webkit-border-top-right-radius:5px;background-color:#eff5fb; -moz-border-radius-topright:5px; border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; @@ -209,7 +208,6 @@ padding-bottom:1; text-align:center; z-index:100; cursor:pointer; -background-color:#fff; font-size:12px; color:#000; } @@ -271,12 +269,11 @@ height:35px; background-position:center; right:125px; top:0; -background-image:url(/static/img/e9.png); +background-color:#eff5fb; padding-bottom:1; text-align:center; z-index:100; cursor:pointer; -background-color:#fff; font-size:12px; color:#000; border:1px solid #000;border-right:0px; @@ -303,7 +300,7 @@ opacity:1; } #palette-button { -border:1px solid #000;background-image:url(/static/img/e9.png); +border:1px solid #000;background-color:#eff5fb; background-position:top right; position:absolute; /* display:inline-block;*/ @@ -315,7 +312,6 @@ background-position:top right; text-align:center; z-index:100; cursor:pointer; - background-color:#fff; font-size:12px; color:#fff; border-right:0px; @@ -475,6 +471,7 @@ background-color:#f3f3f3; -moz-border-radius-bottomright:5px; } #userList img{ + max-width:30px; width: expression(this.width > 30 ? 30: true); max-height:30px; |
