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
297cd601
Commit
297cd601
authored
Jun 07, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS updates concerning unread messages
parent
bbecee11
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
6 deletions
+31
-6
css/converse.css
css/converse.css
+12
-3
sass/_controlbox.scss
sass/_controlbox.scss
+17
-3
sass/_roomslist.scss
sass/_roomslist.scss
+1
-0
sass/_roster.scss
sass/_roster.scss
+1
-0
No files found.
css/converse.css
View file @
297cd601
...
...
@@ -1906,6 +1906,7 @@
#conversejs
#controlbox
form
.search-xmpp-contact
input
{
width
:
8em
;
}
#conversejs
#controlbox
.msgs-indicator
{
opacity
:
0.6
;
background-color
:
#D24E2B
;
color
:
white
;
font-size
:
12px
;
...
...
@@ -2091,16 +2092,22 @@
margin
:
0
;
text-align
:
center
;
text-decoration
:
none
;
}
#conversejs
#controlbox
#controlbox-tabs
li
a
.contacts-tab
.msgs-indicator
{
background-color
:
#F4A261
;
}
#conversejs
#controlbox
#controlbox-tabs
li
a
.rooms-tab
.msgs-indicator
{
background-color
:
#E76F51
;
}
#conversejs
#controlbox
#controlbox-tabs
li
a
.msgs-indicator
{
border-top-right-radius
:
4px
;
}
#conversejs
#controlbox
#controlbox-tabs
li
a
:hover
{
color
:
#818479
;
}
#conversejs
#controlbox
#controlbox-tabs
li
a
:hover
.msgs-indicator
{
opacity
:
0.8
;
}
#conversejs
#controlbox
#controlbox-tabs
li
a
.current
,
#conversejs
#controlbox
#controlbox-tabs
li
a
.current
:hover
{
box-shadow
:
none
;
border-bottom
:
0
;
height
:
55px
;
cursor
:
default
;
color
:
#818479
;
}
#conversejs
#controlbox
#controlbox-tabs
li
a
.msgs-indicator
{
border-top-right-radius
:
4px
;
}
#conversejs
#controlbox
.fancy-dropdown
{
border
:
1px
solid
#B1BFC4
;
height
:
25px
;
...
...
@@ -2204,7 +2211,8 @@
padding
:
0
;
margin
:
0
;
}
#conversejs
#controlbox
.available-chatroom.unread-msgs
.msgs-indicator
{
border-radius
:
10%
;
}
border-radius
:
10%
;
opacity
:
1
;
}
#conversejs
#converse-roster
{
text-align
:
left
;
...
...
@@ -2333,6 +2341,7 @@
#conversejs
#converse-roster
.roster-contacts
dd
.open-chat.unread-msgs
.avatar.avatar-online
.pulse
{
border
:
0.7em
solid
#2A9D8F
;
}
#conversejs
#converse-roster
.roster-contacts
dd
.open-chat
.msgs-indicator
{
opacity
:
1
;
margin-left
:
-3em
;
border-radius
:
10%
;
}
#conversejs
#converse-roster
.roster-contacts
dd
.open-chat
.contact-name
{
...
...
sass/_controlbox.scss
View file @
297cd601
...
...
@@ -34,6 +34,7 @@
}
.msgs-indicator
{
opacity
:
0
.6
;
background-color
:
$warning-color
;
color
:
white
;
font-size
:
$font-size-small
;
...
...
@@ -288,8 +289,24 @@
margin
:
0
;
text-align
:
center
;
text-decoration
:
none
;
&
.contacts-tab
{
.msgs-indicator
{
background-color
:
$chat-head-color
;
}
}
&
.rooms-tab
{
.msgs-indicator
{
background-color
:
$chatroom-head-color
;
}
}
.msgs-indicator
{
border-top-right-radius
:
$chatbox-border-radius
;
}
&
:hover
{
color
:
$text-color
;
.msgs-indicator
{
opacity
:
0
.8
;
}
}
&
.current
,
&
.current
:hover
{
...
...
@@ -299,9 +316,6 @@
cursor
:
default
;
color
:
$text-color
;
}
.msgs-indicator
{
border-top-right-radius
:
$chatbox-border-radius
;
}
}
}
}
...
...
sass/_roomslist.scss
View file @
297cd601
...
...
@@ -8,6 +8,7 @@
&
.unread-msgs
{
.msgs-indicator
{
border-radius
:
10%
;
opacity
:
1
;
}
}
}
...
...
sass/_roster.scss
View file @
297cd601
...
...
@@ -155,6 +155,7 @@
}
.msgs-indicator
{
opacity
:
1
;
margin-left
:
-3em
;
border-radius
:
10%
;
}
...
...
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