Line 316: | Line 316: | ||
min-height: 100%; | min-height: 100%; | ||
width: 100%; | width: 100%; | ||
+ | } | ||
+ | |||
+ | /** | ||
+ | SCROLLBAR USED IN ALL PAGES | ||
+ | **/ | ||
+ | |||
+ | ::-webkit-scrollbar-track | ||
+ | { | ||
+ | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); | ||
+ | box-shadow: inset 0 0 6px rgba(0,0,0,0.3); | ||
+ | background-color: #a3699642; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-button | ||
+ | { | ||
+ | background-color: #a3699642; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar | ||
+ | { | ||
+ | width: 13px; | ||
+ | background-color: #F5F5F5; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-thumb | ||
+ | { | ||
+ | border-radius: 10px; | ||
+ | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); | ||
+ | box-shadow: inset 0 0 6px rgba(0,0,0,.3); | ||
+ | background-color: #a36996; | ||
} | } | ||
Revision as of 22:42, 2 September 2018