diff --git a/FLO_Torrentz.html b/FLO_Torrentz.html index 92765d2..f5d6e35 100644 --- a/FLO_Torrentz.html +++ b/FLO_Torrentz.html @@ -11,7 +11,16 @@ @import url('https://fonts.googleapis.com/css?family=Titillium+Web'); - + ::-webkit-scrollbar { + width: 5px !important; + background-color: lightgrey; + } + ::-webkit-scrollbar-thumb{ + background-color: black; + } + body { + overflow-y: scroll; + } /*These settings will go to all divs */ #rootDiv { box-sizing: border-box; @@ -374,8 +383,6 @@ background-color:rebeccapurple; font-size: 11px; height: 15px; - padding-left: 5px; - padding-right: 5px; } #footer-bg{ height: 14px; @@ -383,6 +390,9 @@ #footer a{ color :white; cursor: pointer; + padding-right: 10px; + padding-left: 5px; + } #footer a:hover{ color :black; @@ -422,7 +432,10 @@ -
+