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
89c7276d
Commit
89c7276d
authored
Oct 31, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more sass variables for color variations.
parent
7a5cd11c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
css/converse.css
css/converse.css
+1
-1
sass/_chatrooms.scss
sass/_chatrooms.scss
+3
-3
sass/_variables.scss
sass/_variables.scss
+5
-2
src/templates/chatroom_password_form.html
src/templates/chatroom_password_form.html
+0
-1
No files found.
css/converse.css
View file @
89c7276d
...
...
@@ -1885,7 +1885,7 @@
background-color
:
white
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
border-left
:
1px
solid
#
AAA
;
border-left
:
1px
solid
#
818479
;
border-bottom-right-radius
:
4px
;
width
:
100px
;
height
:
100%
;
}
...
...
sass/_chatrooms.scss
View file @
89c7276d
...
...
@@ -47,7 +47,7 @@
background-color
:
white
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
border-left
:
1px
solid
#AAA
;
border-left
:
1px
solid
$text-color
;
border-bottom-right-radius
:
$chatbox-border-radius
;
width
:
100px
;
height
:
100%
;
...
...
@@ -129,11 +129,11 @@
text-overflow
:
ellipsis
;
overflow-x
:
hidden
;
&
:hover
{
background-color
:
#FF977C
;
background-color
:
$chatroom-color-light
;
}
}
.tt-highlight
{
background-color
:
#D24E2B
;
background-color
:
$chatroom-color-dark
;
}
}
}
...
...
sass/_variables.scss
View file @
89c7276d
...
...
@@ -11,7 +11,6 @@ $text-color: #818479 !default;
$border-color
:
#CCC
!
default
;
$icon-color
:
#114327
!
default
;
$chat-head-color
:
#F4A261
!
default
;
$chatroom-head-color
:
#E76F51
!
default
;
$chat-head-text-color
:
white
!
default
;
$chat-head-inverse-text-color
:
white
!
default
;
$chat-head-height
:
44px
!
default
;
...
...
@@ -47,7 +46,6 @@ $mobile_landscape_length: 480px !default;
$font-size
:
14px
!
default
;
$legend-font-size
:
16px
!
default
;
$chatroom-width
:
300px
!
default
;
$chat-width
:
200px
!
default
;
$chat-height
:
450px
!
default
;
$chat-gutter
:
7px
!
default
;
...
...
@@ -59,6 +57,11 @@ $small-mobile-chat-height: 300px !default;
$font-path
:
"../fonticons/fonts/"
!
default
;
$chatroom-width
:
300px
!
default
;
$chatroom-head-color
:
#E76F51
!
default
;
$chatroom-color-light
:
#FF977C
!
default
;
$chatroom-color-dark
:
#D24E2B
!
default
;
$box-close-button-padding-top
:
4px
!
default
;
$box-close-button-padding-bottom
:
4px
!
default
;
$box-close-button-padding-left
:
4px
!
default
;
...
...
src/templates/chatroom_password_form.html
View file @
89c7276d
...
...
@@ -4,7 +4,6 @@
<legend>
{{heading}}
</legend>
<label>
{{label_password}}
</label>
<input
type=
"password"
name=
"password"
/>
<input
class=
"pure-button button-primary"
type=
"submit"
value=
""
/>
</fieldset>
<fieldset>
<input
class=
"pure-button button-primary"
type=
"submit"
value=
"{{label_submit}}"
/>
...
...
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