JC Brand
053e82579f
Tweak emoji CSS for overlayed view mode
2019-10-17 12:52:53 +02:00
JC Brand
472a2e96a1
Add CSS property for the chat content background
2019-10-08 14:50:36 +02:00
JC Brand
1cf9a936a4
Move Views associated to emojis into a new plugin
2019-08-22 13:56:47 +02:00
JC Brand
d7ce231c51
Various emoji improvements:
...
* Add emoji tooltip
* Make categories configurable and add smileys category
* Rearrange emoji categories and style
& Show all emojis together
2019-08-22 13:56:47 +02:00
supun19
d1572f3506
iOS viewport was less than 100vh so had to redefine vh units
...
fixes #1571
2019-05-15 18:32:11 +02:00
JC Brand
1be9958aa1
Bugfix. Highlighted roster contact shown as online when actually away
...
Removed CSS rules which don't appear to be used anywhere.
2019-05-09 11:40:48 +02:00
JC Brand
ae4111b17b
Reuse CSS variables
2019-03-27 14:42:59 +01:00
Emmanuel Gil Peyrot
60bb313988
Concord theme: Fix owner badge color.
...
Fixes #1431 .
2019-02-01 10:39:37 +01:00
JC Brand
4f8cb48fb3
CSS: Avoid scrolled overflows for long messages and long usernames
2019-01-10 21:14:09 +01:00
JC Brand
aa274f41c2
Make background darker and add new logo
2019-01-02 22:54:04 +01:00
JC Brand
bdc438db8e
Make controlbox headings bold
2019-01-02 21:20:58 +01:00
JC Brand
11655e2e32
Use Muli
as the headings font
2019-01-01 12:05:46 +01:00
JC Brand
a31c2d40f2
Remove icomoon fonts and use Bauman and the new logo for branding
2019-01-01 11:12:23 +01:00
JC Brand
f3f819b67a
CSS: Also color the room and contact toggles
2018-12-10 15:12:29 +01:00
JC Brand
1d55b131f6
CSS: set groupchat owner badge to groupchat color
2018-12-10 15:12:29 +01:00
JC Brand
262b9f9260
CSS: Give color to the controlbox headings
2018-12-10 15:12:28 +01:00
JC Brand
19735f76dd
CSS: Properly align controlbox section headings and their actions
2018-12-10 15:12:28 +01:00
JC Brand
917b08a957
Bump distance between list item actions
...
- Set it to the same spacing for controlbox heading buttons
- Make it configurable
2018-12-10 13:07:27 +01:00
JC Brand
90bf42a002
HTML and CSS improvements for listed items in the controlbox
...
Fixes #1348
Tried to get the unread messages indicator to line up properly with the
text and icons in a room list item.
Also tried to reuse styles where appropriate, specifically
`.list-container` and `.list-toggle`.
2018-12-07 11:37:51 +01:00
JC Brand
352c0797ad
Rename theme to concord
and add config option for setting the theme
2018-11-14 15:56:28 +01:00
Emmanuel Gil Peyrot
174b257c39
Add a dark theme inspired by Discord
...
This theme takes inspiration from https://discordapp.com/ and builds on
top of custom-properties, making the design more familiar to some users.
In order to change the theme, add the 'theme-dark' class on #conversejs,
you can do it at any point during the lifetime of Converse, either
directly in your HTML or by changing the DOM at runtime.
2018-11-14 15:45:51 +01:00
Christoph Scholz
da5ca0b585
implement XEP-0184: Message Delivery Receipts
2018-11-13 17:13:35 +01:00
JC Brand
77a7397614
Errors should be red
2018-11-12 14:23:35 +01:00
JC Brand
773c678c4d
More button color fixes after switching to css properties
2018-11-12 14:06:52 +01:00
JC Brand
795d8e0f00
More color fixes after switching to css properties
2018-11-12 12:15:13 +01:00
JC Brand
476b8041aa
Fix badge & button colors. Ensure vars apply to .converse_content
2018-11-07 11:40:35 +01:00
Emmanuel Gil Peyrot
28dc6e2cfe
Switch from SASS variables to CSS custom properties
...
This will eventually allow client-side theming support.
2018-11-03 00:40:43 +01:00
JC Brand
789148676f
Move icomoon fonts to css/webfonts
2018-10-26 15:28:34 +02:00
JC Brand
26535ed4ef
Smaller font for the room features list in overlay view mode
2018-09-18 13:36:02 +02:00
JC Brand
bacf9391c3
Fix emoji toolbar styling for embedded mode
2018-09-04 10:41:44 +02:00
JC Brand
1d38d8af03
Use twemoji for rendering emojis
2018-09-03 13:24:37 +02:00
JC Brand
b4110dc162
Merge branch 'master' into converse-omemo
2018-08-18 10:24:55 +02:00
JC Brand
3db6637706
Set textarea color
2018-08-16 15:17:54 +02:00
JC Brand
3564c8748a
Increase line-height to avoid text being cut off
2018-08-09 10:38:28 +02:00
JC Brand
2600372a2e
Hide the textarea resize handle
2018-08-07 15:32:12 +02:00
JC Brand
bcd6845756
Show fingerprints in the user details modal
...
updates #497
2018-07-25 11:33:16 +02:00
JC Brand
f582fdad30
Remove sass/inverse/_chatbox.scss
...
updates #1091
2018-05-24 14:28:09 +02:00
JC Brand
251bea2137
Put all Sass variables into one file.
...
updates #1091
2018-05-24 13:17:26 +02:00
JC Brand
a85401627c
Combine inverse/converse chatrooms css
...
updates #1091
2018-05-24 12:45:10 +02:00
JC Brand
5e17d6b117
Update fonts for better Linux support
2018-05-15 15:49:52 +02:00
JC Brand
28bc3a2252
Use future for headings
2018-05-14 13:49:04 +02:00
JC Brand
73807959d3
updates #1068
...
- For roster contacts, only show remove icons on hover.
- Show light background color when hovering over an item in the
controlbox.
Ideally this background color will be 100% of the controlbox width, but
I'm not opening that can of worms now...
2018-05-11 10:19:14 +02:00
JC Brand
09db3eddb0
Add tests for contact removal via modal
2018-05-10 22:15:23 +02:00
JC Brand
9eb89758e0
Darken text slightly
2018-05-03 18:19:28 +02:00
JC Brand
ab09379a51
Move common Sass variables into a single file
...
Part of slowly trying to bring all styles into a single CSS file.
2018-04-30 15:37:36 +02:00
JC Brand
615c00dba1
Create sass/converse
dir to hold files for that theme
2017-06-13 21:17:00 +02:00
JC Brand
70e4f28548
Initial work on showing open rooms in the "Rooms" panel
2017-05-08 21:28:56 +02:00
JC Brand
cfd6fad78a
Always show .icon-remove for roster contacts
...
Hovering is not supported on touchscreen devices.
2017-04-24 15:57:23 +02:00
JC Brand
a5ea86e29a
Initial CSS work on showing an unread messages indicator
2017-04-24 15:56:54 +02:00
JC Brand
24942d6d0a
Improved CSS for the send button.
...
- Simplify the Sass a bit
- Put the button at the bottom
- Give it full width (plus some margin)
- Let the color match the chatbox type
updates #796
2017-03-30 12:42:15 +02:00