Fixed table width on mobile and dark buttons

This commit is contained in:
Thatcher Peskens
2021-01-10 12:50:14 +01:00
parent 7b849f72bf
commit 6e4650327d
2 changed files with 11 additions and 12 deletions

View File

@ -53,12 +53,12 @@
.info-table th {
padding: 5px;
border: 2px solid #ababab;
word-wrap: break-word;
}
.info-table th[scope="row"] {
background-color: #d5d5d5;
text-align: left;
white-space: nowrap;
}
.widgetbox {
@ -114,7 +114,6 @@
a {
background-color: #161719;
color: #d8d9da;
/* text-decoration: underline; */
}
.ip {
border: 1px solid #313233;
@ -138,13 +137,13 @@
background-color: #2e2e2e;
color: rgb(220, 220, 220);
text-align: left;
white-space: nowrap;
}
button {
.pure-button {
background-color: #2e2e2e;
color: rgb(220, 220, 220);
}
button.selected {
.pure-button.selected {
background-color: rgb(125 125 125);
}