Skip to content

Commit adf6717

Browse files
tanasegabrielbastienwirtz
authored andcommitted
Add orange indicator for disabled blocking
1 parent 51b4649 commit adf6717

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/services/PiHole.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ export default {
221221
}
222222
223223
&.disabled:before {
224+
background-color: #f5a623;
225+
border-color: #e59400;
226+
box-shadow: 0 0 5px 1px #f5a623;
227+
}
228+
229+
&.error:before {
224230
background-color: #c9404d;
225231
border-color: #c42c3b;
226232
box-shadow: 0 0 5px 1px #c9404d;

0 commit comments

Comments
 (0)