Team:UCLA/Template/CSS test

From 2014.igem.org

(Difference between revisions)
Line 442: Line 442:
   padding: 0 0 50px;
   padding: 0 0 50px;
}
}
 +
 +
<!--SCROLLBARS-->
 +
::-webkit-scrollbar {
 +
    width: 12px;
 +
}
 +
 +
::-webkit-scrollbar-track {
 +
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 +
    border-radius: 10px;
 +
}
 +
 +
::-webkit-scrollbar-thumb {
 +
    border-radius: 10px;
 +
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
 +
}
 +
<!--TEARABLE CLOTH-->
<!--TEARABLE CLOTH-->

Revision as of 22:15, 5 August 2014