mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed unused CSS.
This commit is contained in:
@@ -184,15 +184,6 @@ paper-checkbox {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
input[readonly] {
|
||||
border: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
td input {
|
||||
width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
[draggable] {
|
||||
-webkit-user-select: none;
|
||||
cursor: move;
|
||||
@@ -205,14 +196,6 @@ td input {
|
||||
color: #64B5F6;
|
||||
background-color: white;
|
||||
}
|
||||
input:invalid {
|
||||
background-color: pink;
|
||||
color: white;
|
||||
}
|
||||
input:valid {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
paper-progress {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user