|
|
|
@ -123,7 +123,7 @@ blockquote { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
html { |
|
|
|
|
.custom-scroll(transparent, rgba(255, 255, 255, 0.05), 3px); |
|
|
|
|
.custom-scroll(transparent, @custom-scrollbar-color, 3px); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
body { |
|
|
|
@ -212,9 +212,8 @@ label.required:after { |
|
|
|
|
|
|
|
|
|
// new layout buttons |
|
|
|
|
.button { |
|
|
|
|
background-color: #FFF; |
|
|
|
|
color: rgba(255, 255, 255, 0.85); |
|
|
|
|
background-color: lighten(desaturate(@primary-background-color, 15%), 12.5%); |
|
|
|
|
background-color: @action-buttons-color; |
|
|
|
|
&:before { |
|
|
|
|
background-color: rgba(0, 0, 0, 0.1); |
|
|
|
|
} |
|
|
|
@ -237,7 +236,7 @@ label.required:after { |
|
|
|
|
background-color: #02acec; |
|
|
|
|
} |
|
|
|
|
&.clean { |
|
|
|
|
background-color: rgba(0, 0, 0, 0.025); |
|
|
|
|
background-color: @clean-buttons-color; |
|
|
|
|
} |
|
|
|
|
&.facebook { |
|
|
|
|
background-color: #325c99; |
|
|
|
@ -328,7 +327,7 @@ a.github-fork { |
|
|
|
|
.info { |
|
|
|
|
background-color:@primary-background-color; |
|
|
|
|
h4 { |
|
|
|
|
color: rgba(255, 255, 255, 0.65); |
|
|
|
|
color: fade( @quaternary-font-color, 65% ); |
|
|
|
|
} |
|
|
|
|
&.status-offline { |
|
|
|
|
.thumb:after { |
|
|
|
@ -384,29 +383,29 @@ a.github-fork { |
|
|
|
|
border-color: #9f0030; |
|
|
|
|
background-color: #D30230; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
span.soon { |
|
|
|
|
color: #aaa; |
|
|
|
|
} |
|
|
|
|
a { |
|
|
|
|
color: rgba(255, 255, 255, 0.5); |
|
|
|
|
color: fade( @quaternary-font-color, 50% ); |
|
|
|
|
border-bottom-color: darken(@primary-background-color, 2%); |
|
|
|
|
&:hover { |
|
|
|
|
background-color: darken(@primary-background-color, 2%); |
|
|
|
|
color: rgba(255, 255, 255, 0.75); |
|
|
|
|
color: fade( @quaternary-font-color, 75% ); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&.active .info, |
|
|
|
|
.info:hover { |
|
|
|
|
h4 { |
|
|
|
|
color: rgba(255, 255, 255, 0.85); |
|
|
|
|
color: fade(@quaternary-font-color, 85% ); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.hover & { |
|
|
|
|
.info h4 { |
|
|
|
|
color: rgba(255, 255, 255, 0.85); |
|
|
|
|
color: fade(@quaternary-font-color, 85% ); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -416,7 +415,7 @@ a.github-fork { |
|
|
|
|
//background-color: @primary-background-color; |
|
|
|
|
background-color: transparent; |
|
|
|
|
color: @tertiary-font-color; |
|
|
|
|
.custom-scroll(transparent, rgba(255, 255, 255, 0.05)); |
|
|
|
|
.custom-scroll(transparent, @custom-scrollbar-color); |
|
|
|
|
header { |
|
|
|
|
background-color: @primary-background-color; |
|
|
|
|
} |
|
|
|
@ -424,7 +423,7 @@ a.github-fork { |
|
|
|
|
background-color: @primary-background-color; |
|
|
|
|
} |
|
|
|
|
.content { |
|
|
|
|
.custom-scroll(transparent, rgba(255, 255, 255, 0.05)); |
|
|
|
|
.custom-scroll(transparent, @custom-scrollbar-color); |
|
|
|
|
background-color: @primary-background-color; |
|
|
|
|
} |
|
|
|
|
.input-line { |
|
|
|
@ -455,7 +454,7 @@ a.github-fork { |
|
|
|
|
} |
|
|
|
|
.rooms-list { |
|
|
|
|
background-color: lighten(@primary-background-color, 2%); |
|
|
|
|
.custom-scroll(transparent, rgba(255, 255, 255, 0.05)); |
|
|
|
|
.custom-scroll(transparent, @custom-scrollbar-color); |
|
|
|
|
} |
|
|
|
|
.more { |
|
|
|
|
color: @tertiary-font-color; |
|
|
|
@ -478,7 +477,7 @@ a.github-fork { |
|
|
|
|
&:hover { |
|
|
|
|
&:before, |
|
|
|
|
&:after { |
|
|
|
|
background-color: rgba(255, 255, 255, 0.85); |
|
|
|
|
background-color: fade( @quaternary-font-color, 85% ); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -499,7 +498,7 @@ a.github-fork { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.unread { |
|
|
|
|
background-color: #1dce73; |
|
|
|
|
background-color: @unread-notification-color; |
|
|
|
|
color: #FFF; |
|
|
|
|
} |
|
|
|
|
ul { |
|
|
|
@ -515,8 +514,8 @@ a.github-fork { |
|
|
|
|
} |
|
|
|
|
&.active { |
|
|
|
|
a { |
|
|
|
|
background-color: rgba(255, 255, 255, 0.075); |
|
|
|
|
color: rgba(255, 255, 255, 0.75); |
|
|
|
|
background-color: @active-channel-background-color; |
|
|
|
|
color: @active-channel-font-color; |
|
|
|
|
} |
|
|
|
|
.opt { |
|
|
|
|
background-color: transparent; |
|
|
|
@ -524,7 +523,7 @@ a.github-fork { |
|
|
|
|
} |
|
|
|
|
&.has-alert { |
|
|
|
|
.name { |
|
|
|
|
color: #ffffff; |
|
|
|
|
color: @quaternary-font-color; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&.away { |
|
|
|
@ -542,14 +541,14 @@ a.github-fork { |
|
|
|
|
.opt { |
|
|
|
|
background-color: transparent; |
|
|
|
|
i { |
|
|
|
|
color: rgba(255, 255, 255, 0.5); |
|
|
|
|
color: fade(@quaternary-font-color, 50% ); |
|
|
|
|
&:hover { |
|
|
|
|
color: rgba(255, 255, 255, 0.75); |
|
|
|
|
color: fade(@quaternary-font-color, 75% ); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
i { |
|
|
|
|
color: rgba(255, 255, 255, 0.35); |
|
|
|
|
color: fade(@quaternary-font-color, 35% ); |
|
|
|
|
} |
|
|
|
|
input[type=text] { |
|
|
|
|
color: #000; |
|
|
|
|