Commit ac807ae1 authored by JC Brand's avatar JC Brand

Simplify css for buttons (now looks nicer on IE)

parent df351d49
...@@ -885,21 +885,12 @@ dl.add-converse-contact { ...@@ -885,21 +885,12 @@ dl.add-converse-contact {
padding: 3px 3px 2px 3px; padding: 3px 3px 2px 3px;
margin-right: 3px; margin-right: 3px;
cursor: pointer; cursor: pointer;
float: right;
-moz-box-shadow: inset 0 1px 0 0 #ffffff;
-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
box-shadow: inset 0 1px 0 0 #ffffff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
background: -moz-linear-gradient(center top, #ffffff 5%, #f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
border: 1px solid #888; border: 1px solid #888;
display: inline-block; display: inline-block;
color: #666 !important; color: white;
text-decoration: none; text-decoration: none;
text-shadow: 1px 1px 0 #ffffff; float: right;
} }
#conversejs a.configure-chatroom-button:active, #conversejs a.configure-chatroom-button:active,
#conversejs a.toggle-chatbox-button:active, #conversejs a.toggle-chatbox-button:active,
......
...@@ -967,21 +967,12 @@ dl.add-converse-contact { ...@@ -967,21 +967,12 @@ dl.add-converse-contact {
padding: 3px 3px 2px 3px; padding: 3px 3px 2px 3px;
margin-right: 3px; margin-right: 3px;
cursor: pointer; cursor: pointer;
float: right; border-radius: 6px;
-moz-box-shadow:inset 0 1px 0 0 #ffffff; border: 1px solid #888;
-webkit-box-shadow:inset 0 1px 0 0 #ffffff; display: inline-block;
box-shadow:inset 0 1px 0 0 #ffffff; color: white;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
background:-moz-linear-gradient(center top, #ffffff 5%, #f6f6f6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #888;
display:inline-block;
color: #666 !important;
text-decoration:none; text-decoration:none;
text-shadow:1px 1px 0 #ffffff; float: right;
} }
#conversejs a.configure-chatroom-button:active, #conversejs a.configure-chatroom-button:active,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment