Skip to content

Commit 5d4b791

Browse files
committed
qBittorent base: Remove !important from .dynamicTable th. Fixes QBittorrent Column Sort Icons vanished #671
1 parent 2db4986 commit 5d4b791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/base/qbittorrent/qbittorrent-base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ label {
253253
}
254254

255255
.dynamicTable th {
256-
background: var(--transparency-dark-25) !important;
256+
background: var(--transparency-dark-25);
257257
border-right-color: rgba(255, 255, 255, .08) !important;
258258
color: var(--text-hover);
259259
}

0 commit comments

Comments
 (0)