mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-12-15 12:31:36 -06:00
Item Preview Done. Todo: Stat Rendering
This commit is contained in:
14
res/dark.css
14
res/dark.css
@@ -1,5 +1,5 @@
|
||||
body {
|
||||
background-color: #222 !important;
|
||||
background-color: #333 !important;
|
||||
color: #eee;
|
||||
}
|
||||
.container-top {
|
||||
@@ -10,11 +10,14 @@ body {
|
||||
input, select{
|
||||
background: url(/img/button.png) !important;
|
||||
background-size: contain;
|
||||
color: #eee;
|
||||
color: #eee !important;
|
||||
font-weight: bold;
|
||||
text-align: center !important;
|
||||
}
|
||||
option {
|
||||
background: #333;
|
||||
color: #eee;
|
||||
text-align: center;
|
||||
}
|
||||
.row {
|
||||
background: none;
|
||||
@@ -41,10 +44,13 @@ option {
|
||||
|
||||
.props input {
|
||||
margin: 15px 0;
|
||||
width: 178px;
|
||||
background-color: #222 !important;
|
||||
color: #ddd !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.props {
|
||||
background: #222;
|
||||
background: transparent;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user