l10n for the debug tab
This commit is contained in:
@@ -167,7 +167,6 @@ footer {
|
||||
}
|
||||
|
||||
#debug-data-input {
|
||||
line-height: 1.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -186,3 +185,14 @@ footer {
|
||||
font-size: 12px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #eee;
|
||||
border: 1px solid #bbb;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user