mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-11 01:33:24 +01:00
temporary hack for same scrollbar of mindmapList
This commit is contained in:
parent
4a0f39fb07
commit
ae1e8a2625
@ -100,3 +100,26 @@ div#embFooter {
|
|||||||
background: #E5E5E5;
|
background: #E5E5E5;
|
||||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user