Skip to content
Snippets Groups Projects
Commit 0e7baa21 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Disable new MessageInput, until you can paste images

parent 3d64df41
No related branches found
No related tags found
No related merge requests found
......@@ -218,8 +218,8 @@ Page {
ReplyPopup {
}
MessageInput {
}
//MessageInput {
//}
}
......
......@@ -205,9 +205,7 @@ TextField {
qproperty-labelColor: #caccd1;
}
SideBarActions,
TopRoomBar
{
SideBarActions {
border: none;
border-top: 1px solid #202228;
background-color: #2d3139;
......@@ -215,7 +213,6 @@ TopRoomBar
TextInputWidget {
border: none;
border-top: 1px solid #2d3139;
}
TextInputWidget,
......
......@@ -233,7 +233,6 @@ QLineEdit {
TextInputWidget {
border: none;
border-top: 1px solid #dcdcdc;
}
SideBarActions {
......@@ -241,11 +240,6 @@ SideBarActions {
border-top: 1px solid #dcdcdc;
}
TopRoomBar {
border: none;
border-bottom: 1px solid #dcdcdc;
}
Toggle {
qproperty-activeColor: #38a3d8;
qproperty-disabledColor: gray;
......
......@@ -28,11 +28,9 @@ UserMentionsWidget > TimelineItem {
SideBarActions,
TextInputWidget {
border: none;
border-top: 1px solid palette(mid);
}
UserInfoWidget,
TopRoomBar {
UserInfoWidget {
border: none;
border-bottom: 1px solid palette(mid);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment