mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Improve CSS
This commit is contained in:
parent
872486edc3
commit
1fc25c5def
@ -29,6 +29,8 @@
|
|||||||
.timsChatMessage {
|
.timsChatMessage {
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
.transition(opacity, .2s);
|
||||||
|
|
||||||
|
|
||||||
time:first-child {
|
time:first-child {
|
||||||
&::before {
|
&::before {
|
||||||
@ -56,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.unloaded {
|
&.unloaded {
|
||||||
opacity: 0.4;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
@ -95,7 +97,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
|
||||||
height: 33px;
|
height: 33px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@ -109,7 +110,10 @@
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
padding: 9px 0 0;
|
padding: 9px 0 0;
|
||||||
|
|
||||||
.transition(~"border-radius .2s linear 0s, background-color .2s linear 0s, font-size", .2s);
|
.transition(border-radius, .2s);
|
||||||
|
.transition(background-color, .2s);
|
||||||
|
.transition(font-size, .2s);
|
||||||
|
|
||||||
|
|
||||||
.collapsed & {
|
.collapsed & {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
@ -254,14 +258,13 @@
|
|||||||
padding: 14px 21px 7px;
|
padding: 14px 21px 7px;
|
||||||
border-bottom-right-radius: 0px;
|
border-bottom-right-radius: 0px;
|
||||||
|
|
||||||
> div {
|
li {
|
||||||
li {
|
.transition(opacity, .2s);
|
||||||
display: inline;
|
}
|
||||||
margin: 5px 5px 0 0;
|
|
||||||
|
|
||||||
.icon24 {
|
&.disabled {
|
||||||
//.square(16px);
|
li {
|
||||||
}
|
opacity: .5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user