mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fixed issue #414
This commit is contained in:
@@ -439,4 +439,12 @@
|
||||
//Input in box
|
||||
.box-input {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
//A fix for panels body text color when placed within
|
||||
// a modal
|
||||
.modal {
|
||||
.panel-body {
|
||||
color: #444;
|
||||
}
|
||||
}
|
||||
Vendored
+3
@@ -1928,6 +1928,9 @@ a:focus {
|
||||
.box-input {
|
||||
max-width: 200px;
|
||||
}
|
||||
.modal .panel-body {
|
||||
color: #444;
|
||||
}
|
||||
/*
|
||||
* Component: Info Box
|
||||
* -------------------
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user