All v0.26.0 changes

This commit is contained in:
danielyxie
2017-07-21 17:54:55 -05:00
parent e6b15ed4ab
commit e653b7b315
30 changed files with 1529 additions and 589 deletions
+19 -6
View File
@@ -1,23 +1,21 @@
/* Both Work in progress and BitNode stuff */
#generic-fullscreen-container {
color: var(--my-font-color);
padding-top: 10px;
padding-left: 10px;
margin: 10px;
height: 100%;
width: 99%;
}
#work-in-progress-container {
color: var(--my-font-color);
position: fixed;
padding-top: 10px;
padding-left: 10px;
height: 100%;
width: 99%;
}
#work-in-progress-text {
color: var(--my-font-color);
width: 70%;
margin: 10px;
}
#work-in-progress-cancel-button {
@@ -41,4 +39,19 @@
color: white;
text-decoration: none;
cursor: pointer;
}
}
#red-pill-container {
position: fixed;
}
.bitnode {
color:blue;
}
.bitnode-destroyed {
color:red;
}
.bitnode:hover,
.bitnode-destroyed:hover {
color:white;
}