mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
v0.59.10
This commit is contained in:
Vendored
+20
-16
@@ -366,13 +366,14 @@ a:visited {
|
||||
.noscrollbar {
|
||||
-ms-overflow-style: none;
|
||||
/* IE and Edge */
|
||||
/* stylelint-disable-next-line property-no-unknown */
|
||||
scrollbar-width: none;
|
||||
/* Firefox */ }
|
||||
/* Firefox https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width */ }
|
||||
|
||||
.noscrollbar::-webkit-scrollbar {
|
||||
display: none; }
|
||||
|
||||
input[type=checkbox] {
|
||||
input[type="checkbox"] {
|
||||
filter: invert(1) sepia(1) hue-rotate(41deg) brightness(100%) saturate(10); }
|
||||
|
||||
.optionCheckbox {
|
||||
@@ -784,15 +785,14 @@ button {
|
||||
.character-stat-cell {
|
||||
text-align: right; }
|
||||
|
||||
#character-hack-wrapper td,
|
||||
#character-agi-wrapper td {
|
||||
border-bottom: 1px #aaa solid;
|
||||
padding-bottom: 10px; }
|
||||
|
||||
#character-str-wrapper td,
|
||||
#character-cha-wrapper td {
|
||||
padding-top: 10px; }
|
||||
|
||||
.character-divider td {
|
||||
border-top: 1px #aaa solid;
|
||||
padding-top: 10px; }
|
||||
|
||||
#character-hp-wrapper {
|
||||
color: #dd3434; }
|
||||
|
||||
@@ -826,6 +826,12 @@ button {
|
||||
.character-combat-cell {
|
||||
color: #faffdf; }
|
||||
|
||||
#character-work-wrapper {
|
||||
color: #adff2f; }
|
||||
|
||||
.character-work-cell {
|
||||
color: #adff2f; }
|
||||
|
||||
.character-overview-btn {
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
@@ -1521,7 +1527,7 @@ button {
|
||||
width: 70%;
|
||||
margin: 10px; }
|
||||
|
||||
#work-in-progress-cancel-button {
|
||||
.work-button {
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
@@ -1536,8 +1542,8 @@ button {
|
||||
padding: 5px;
|
||||
border: 3px solid #fff; }
|
||||
|
||||
#work-in-progress-cancel-button:hover,
|
||||
#work-in-progress-cancel-button:focus {
|
||||
.work-button:hover,
|
||||
.work-button:focus {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
cursor: pointer; }
|
||||
@@ -2317,10 +2323,10 @@ button {
|
||||
border-right: none;
|
||||
opacity: 0;
|
||||
transform: rotate(-45deg); }
|
||||
.bbcheckbox input[type=checkbox] {
|
||||
.bbcheckbox input[type="checkbox"] {
|
||||
margin: 3px;
|
||||
visibility: hidden; }
|
||||
.bbcheckbox input[type=checkbox]:checked + label:after {
|
||||
.bbcheckbox input[type="checkbox"]:checked + label:after {
|
||||
opacity: 1; }
|
||||
|
||||
/* Bladeburner Console */
|
||||
@@ -2508,6 +2514,7 @@ button {
|
||||
.Treant > .unlocked:hover {
|
||||
background-color: #666; }
|
||||
|
||||
/* stylelint-disable */
|
||||
/*!
|
||||
* Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2018 The Bootstrap Authors
|
||||
@@ -4986,10 +4993,7 @@ html {
|
||||
margin-left: 0; }
|
||||
|
||||
.exp-input {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin: 5px 0 5px 0;
|
||||
padding: 2px 5px; }
|
||||
|
||||
.text-center {
|
||||
|
||||
Reference in New Issue
Block a user