mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 14:26:00 +00:00
style fix
This commit is contained in:
@@ -237,13 +237,15 @@
|
|||||||
}
|
}
|
||||||
td.isDeleted {
|
td.isDeleted {
|
||||||
background: var(--theme-bg-volcano);
|
background: var(--theme-bg-volcano);
|
||||||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgIAX8x4KJBAD+agT8INXz9wAAAABJRU5ErkJggg==');
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-position: 50% 50%;
|
|
||||||
}
|
}
|
||||||
td.isSelected {
|
td.isSelected {
|
||||||
background: var(--theme-bg-selected);
|
background: var(--theme-bg-selected);
|
||||||
}
|
}
|
||||||
|
td.isDeleted {
|
||||||
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgIAX8x4KJBAD+agT8INXz9wAAAABJRU5ErkJggg==');
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
background-position: 50% 50%;
|
||||||
|
}
|
||||||
|
|
||||||
.hint {
|
.hint {
|
||||||
color: var(--theme-font-3);
|
color: var(--theme-font-3);
|
||||||
|
|||||||
Reference in New Issue
Block a user