Skip to content

Commit 4a5c1fd

Browse files
committed
"chat-bubble" decorator
1 parent 0604eb5 commit 4a5c1fd

File tree

1 file changed

+8
-0
lines changed
  • services/static-webserver/client/source/class/osparc/theme

1 file changed

+8
-0
lines changed

services/static-webserver/client/source/class/osparc/theme/Decoration.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ qx.Theme.define("osparc.theme.Decoration", {
2626
}
2727
},
2828

29+
"chat-bubble": {
30+
style: {
31+
radius: 4,
32+
width: 1,
33+
color: "text-disabled"
34+
}
35+
},
36+
2937
"separator-strong": {
3038
style: {
3139
widthTop: 1,

0 commit comments

Comments
 (0)