Updated to v0.45.0 production build

This commit is contained in:
danielyxie
2019-03-22 22:11:09 -07:00
parent 4bdb34bc7b
commit 2ba7ac82eb
7 changed files with 163 additions and 108 deletions
+32 -9
View File
@@ -270,7 +270,6 @@ a:visited {
.status-text {
display: inline-block;
height: 15%;
position: fixed;
z-index: 2;
-webkit-animation: status-text 3s 1; }
@@ -280,10 +279,12 @@ a:visited {
#status-text {
background-color: transparent;
font-size: 20px;
bottom: 0;
color: #fff;
display: none;
font-size: 20px;
margin-right: 14px;
opacity: 0;
padding: 4px;
right: 0;
top: 0;
@@ -489,7 +490,11 @@ button {
padding: 3px 5px;
margin: 5px;
border: 1px solid #333;
cursor: default; }
cursor: default;
-moz-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none; }
.a-link-button-inactive:hover .tooltiptext,
.a-link-button-inactive:hover .tooltiptexthigh,
.a-link-button-inactive:hover .tooltiptextleft,
@@ -1968,7 +1973,8 @@ button {
*/
#cmpy-mgmt-container p,
#cmpy-mgmt-container a,
#cmpy-mgmt-container div {
#cmpy-mgmt-container div,
#cmpy-mgmt-container br {
font-size: 13px; }
/* Header tabs */
@@ -2006,26 +2012,30 @@ button {
.cmpy-mgmt-industry-left-panel,
.cmpy-mgmt-industry-right-panel {
display: inline-block;
width: 45%;
height: 100%;
top: 10px;
overflow-y: auto;
overflow-x: auto; }
overflow-x: auto;
overflow: visible;
top: 10px;
width: 45%; }
.cmpy-mgmt-industry-overview-panel {
border: 1px solid #fff;
color: var(--my-font-color);
display: inline-block;
padding: 3px;
width: 100%; }
.cmpy-mgmt-employee-panel {
border: 1px solid #fff;
display: block;
padding: 3px;
width: 100%; }
.cmpy-mgmt-warehouse-panel {
border: 1px solid #fff;
display: inline-block;
padding: 3px;
width: 100%; }
/* Hiring new employees */
@@ -2055,12 +2065,16 @@ button {
.cmpy-mgmt-existing-export:hover {
background-color: #333; }
/* Upgrades */
/* Corporation Upgrades */
.cmpy-mgmt-upgrade-container {
border: 1px solid #fff;
width: 60%;
margin: 4px; }
.cmpy-mgmt-upgrade-header {
margin: 6px;
padding: 6px; }
.cmpy-mgmt-upgrade-div {
display: inline-block;
border: 1px solid #fff;
@@ -2073,11 +2087,20 @@ button {
.cmpy-mgmt-upgrade-div:hover {
background-color: #333; }
/* Industry Upgrades */
.industry-purchases-and-upgrades-header {
font-size: 14px;
margin: 2px;
padding: 2px; }
/* Advertising */
.cmpy-mgmt-advertising-info {
font-size: 12px; }
/* Research */
#corporation-research-popup-box-content {
overflow-x: visible !important; }
overflow-x: auto !important;
overflow-y: auto !important; }
/* COLORS */
/* Attributes */