Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
ac807ae1
Commit
ac807ae1
authored
Jul 17, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify css for buttons (now looks nicer on IE)
parent
df351d49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
25 deletions
+7
-25
css/converse.css
css/converse.css
+2
-11
less/converse.less
less/converse.less
+5
-14
No files found.
css/converse.css
View file @
ac807ae1
...
...
@@ -885,21 +885,12 @@ dl.add-converse-contact {
padding
:
3px
3px
2px
3px
;
margin-right
:
3px
;
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
:
1px
solid
#888
;
display
:
inline-block
;
color
:
#666
!important
;
color
:
white
;
text-decoration
:
none
;
text-shadow
:
1px
1px
0
#ffffff
;
float
:
right
;
}
#conversejs
a
.configure-chatroom-button
:active
,
#conversejs
a
.toggle-chatbox-button
:active
,
...
...
less/converse.less
View file @
ac807ae1
...
...
@@ -967,21 +967,12 @@ dl.add-converse-contact {
padding: 3px 3px 2px 3px;
margin-right: 3px;
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:1px solid #888;
display:inline-block;
color: #666 !important;
border-radius: 6px;
border: 1px solid #888;
display: inline-block;
color: white;
text-decoration:none;
text-shadow:1px 1px 0 #ffffff
;
float: right
;
}
#conversejs a.configure-chatroom-button:active,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment