diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 267ca5b0fa4a36ab2318369fd0261c873f74e524..57f584555ac4d57092bdbaaa36eea1e77524948c 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -628,4 +628,17 @@ body[data-theme='red'] { border-top-color: $linx-red-theme; } } + + .file-layout{ + .filter{ + border-color: $linx-red-theme; + } + } + .listSpot{ + width: 10px; + height: 10px; + background: $linx-red-theme; + border-radius: 5px; + margin-top: 6px; + } }