update
This commit is contained in:
+14
-2
@@ -182,7 +182,19 @@ table {
|
||||
|
||||
}
|
||||
|
||||
[data-night-at-derriford="1"] {
|
||||
background-color: yellow;
|
||||
[data-night-at-derriford="0"] {
|
||||
border: 1px dotted orange ;
|
||||
/* Attribute has this exact value */
|
||||
}
|
||||
|
||||
th.site-title {
|
||||
transform: unset;
|
||||
}
|
||||
|
||||
.name {
|
||||
max-width: 90px;
|
||||
display:inline-block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
Reference in New Issue
Block a user