libreoffice-online/browser/css/editor.css
andreas kainz 4c46f5fe2f editor.css use var colors only
Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I48115e10cbece42a956b9e23bf634c8cb3049f3d
2022-03-12 11:09:29 +01:00

23 lines
435 B
CSS

/* This CSS file contains only stuff related to the list of users ("editors") for a document */
#userlist_table {
width: 100%;
}
.selected-user {
background-color: var(--color-background-dark);
}
#editor-btn {
padding: 3px 5px;
max-width: 120px;
text-align: center;
vertical-align: middle;
width: 100%;
font-size: 14px;
}
#editor-btn #follow-checkbox{
margin: 3px;
}
#currently-msg{
text-align: center;
padding: 3px 5px;
}