summaryrefslogtreecommitdiff
path: root/assets/charsheet/charsheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/charsheet/charsheet.css')
-rw-r--r--assets/charsheet/charsheet.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/assets/charsheet/charsheet.css b/assets/charsheet/charsheet.css
index 84e658f..753ea55 100644
--- a/assets/charsheet/charsheet.css
+++ b/assets/charsheet/charsheet.css
@@ -46,6 +46,17 @@ body {
background-size: 1rem 1rem;
}
+button {
+ background-color: black;
+ color: white;
+ border: none;
+ cursor: pointer;
+ padding: 0.25rem;
+}
+button:active {
+ background-color: darkgrey;
+}
+
.invisible {
visibility: hidden !important;
}
@@ -213,7 +224,7 @@ body {
}
table {
- width: 80%;
+ width: 100%;
margin-bottom: 0.5rem;
}
table tr td:first-child {
@@ -224,6 +235,12 @@ table tr td:first-child {
position: absolute;
z-index: 5;
}
+#talent-reset {
+ position: absolute;
+ bottom: 0px;
+ right: 0px;
+ z-index: 5;
+}
#edit-scrollable {
overflow: scroll;
@@ -296,3 +313,6 @@ table tr td:first-child {
transition: opacity 0.5s !important;
overflow: auto;
}
+#edit-selected-tooltip-buy {
+ width: 100%;
+}