Преглед изворни кода

More formatting improvements

tags/v0.0.1
Fen Dweller пре 6 година
родитељ
комит
cea37cf370
1 измењених фајлова са 41 додато и 2 уклоњено
  1. +41
    -2
      gorge.css

+ 41
- 2
gorge.css Прегледај датотеку

@@ -81,7 +81,7 @@ button {
top: 50%;
left: 50%;
width: 50%;
height: 50%;
height: 45%;
}

}
@@ -195,7 +195,7 @@ button {
#upgrades-area {
position: absolute;
left: 50%;
height: 50%;
height: 35%;
width: 50%;
}
}
@@ -209,6 +209,9 @@ button {
#upgrades-list {
display: flex;
flex-wrap: wrap;
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}

#upgrade-tooltip {
@@ -331,3 +334,39 @@ button {
opacity: 0;
}
}



div::-webkit-scrollbar {
width: 3px;
height: 2px;
}
div::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
div::-webkit-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
div::-webkit-scrollbar-thumb:hover {
background: #ffffff;
}
div::-webkit-scrollbar-thumb:active {
background: #000000;
}
div::-webkit-scrollbar-track {
background: #666666;
border: 0px none #ffffff;
border-radius: 50px;
}
div::-webkit-scrollbar-track:hover {
background: #666666;
}
div::-webkit-scrollbar-track:active {
background: #333333;
}
div::-webkit-scrollbar-corner {
background: transparent;
}

Loading…
Откажи
Сачувај