Remove shade on toolbar

This commit is contained in:
Paulo Gustavo Veiga
2022-01-04 19:20:40 -08:00
parent e244d694f5
commit 5c5af9ecfe
10 changed files with 6 additions and 752 deletions

View File

@@ -82,27 +82,4 @@ div#headerNotifier {
/*right: 5px;*/
}
@import "toolbar.less";
/* FIXME: duplicate in mindmapList
---------------------------- Scrollbar --------------------------------- */
::-webkit-scrollbar {
width: 8px;
direction:rtl;
text-align: left;
position: relative;
left: 10px;
}
::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #eaeaea;
border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #c6c6c6;
}
::-webkit-scrollbar-thumb:hover {
background-color: #08c;
}
@import "toolbar.less";