mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
skin new invite UI CSS
This commit is contained in:
parent
9a9db53e0a
commit
4d3918109a
@ -44,27 +44,6 @@ limitations under the License.
|
|||||||
flex: 1 1 0px;
|
flex: 1 1 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList_invite {
|
|
||||||
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
|
||||||
border-radius: 3px;
|
|
||||||
border: 1px solid #f0f0f0;
|
|
||||||
padding: 9px;
|
|
||||||
color: #454545;
|
|
||||||
margin-left: 3px;
|
|
||||||
font-size: 15px;
|
|
||||||
margin-bottom: 8px;
|
|
||||||
width: 180px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MemberList_invite::-moz-placeholder {
|
|
||||||
color: #454545;
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
.mx_MessageList_invite::-webkit-input-placeholder {
|
|
||||||
color: #454545;
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MemberList_invited h2 {
|
.mx_MemberList_invited h2 {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #3d3b39;
|
color: #3d3b39;
|
||||||
|
@ -14,6 +14,27 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.mx_SearchableEntityList_query {
|
||||||
|
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #f0f0f0;
|
||||||
|
padding: 9px;
|
||||||
|
color: #454545;
|
||||||
|
margin-left: 3px;
|
||||||
|
font-size: 15px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
width: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_SearchableEntityList_query::-moz-placeholder {
|
||||||
|
color: #454545;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
.mx_SearchableEntityList_query::-webkit-input-placeholder {
|
||||||
|
color: #454545;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_SearchableEntityList_list {
|
.mx_SearchableEntityList_list {
|
||||||
border-bottom: 1px solid #e1dddd;
|
border-bottom: 1px solid #e1dddd;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user