mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fix the global settings level selector style
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -65,7 +65,7 @@ function startsWith($string, $startString)
|
||||
<?php if (startsWith($scriptname, 'settings-')) { ?>
|
||||
<li class="nav-item">
|
||||
<p class="navbar-text">
|
||||
Settings level: <select id="settings-level">
|
||||
Settings level: <select id="settings-level" class="form-control input-sm">
|
||||
<option value="0">Basic</option>
|
||||
<option value="1">Advanced</option>
|
||||
<option value="2">Expert</option>
|
||||
|
||||
@@ -869,6 +869,14 @@ body:not(.lcars) .filter_types [class*="icheck-"] > input:first-child:checked +
|
||||
}
|
||||
}
|
||||
|
||||
/* Global settings level selector */
|
||||
#settings-level {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
height: 2.2em;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user