mirror of
https://github.com/pi-hole/web.git
synced 2026-04-22 17:59:20 +01:00
* Move whole project to EUPL, copy MIT license to scripts/vendor/ and style/vendor/ * Added header to main PHP files * Modified scripts in scripts/pi-hole/php * Added header to scripts/pi-hole/js files * Added license header to our custom style script * Slight reformulation
19 lines
581 B
CSS
19 lines
581 B
CSS
/* Pi-hole: A black hole for Internet advertisements
|
|
* (c) 2017 Pi-hole, LLC (https://pi-hole.net)
|
|
* Network-wide ad blocking via your own hardware.
|
|
*
|
|
* This file is copyright under the latest version of the EUPL.
|
|
* Please see LICENSE file for your rights under this license. */
|
|
.small-box {
|
|
-webkit-user-select: none; /* Chrome/Safari */
|
|
-moz-user-select: none; /* Firefox */
|
|
-ms-user-select: none; /* IE10+ */
|
|
|
|
/* Rules below not implemented in browsers yet */
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.skin-blue .list-group-item:hover {
|
|
background: #ddd;
|
|
}
|