Merge branch 'toolbarUI' of github.com:xwiki-labs/cryptpad into toolbarUI

pull/1/head
yflory 5 years ago
commit f2ca9b5d65

@ -122,8 +122,8 @@
@colortheme_profile-color: #fff; @colortheme_profile-color: #fff;
@colortheme_profile-warn: #cd2532; @colortheme_profile-warn: #cd2532;
@colortheme_todo-bg: #7bccd1; @colortheme_todo-bg: #999;
@colortheme_todo-color: #000; @colortheme_todo-color: #3F4141;
@colortheme_todo-warn: #cd2532; @colortheme_todo-warn: #cd2532;
@colortheme_oodoc-bg: #5170B5; @colortheme_oodoc-bg: #5170B5;

@ -70,8 +70,8 @@
} }
.cp-app-todo-task { .cp-app-todo-task {
border: 1px solid black; padding: 0px @spacing;
padding: @spacing; margin-bottom: 10px;
display: flex; display: flex;
align-items: center; align-items: center;
background-color: white; background-color: white;

Loading…
Cancel
Save