Update css

This commit is contained in:
Laura Hausmann 2021-06-23 21:11:08 +02:00
parent f891bd69fa
commit c5d59e0eaa
Signed by: zotan
GPG key ID: D044E84C5BE01605
4 changed files with 42 additions and 2 deletions

View file

@ -124,4 +124,24 @@ body {
body {
padding-top: 25px;
}
}
/* Scrollbar colors */
/* Works on Firefox */
* {
scrollbar-width: thin;
scrollbar-color: #2b3e50 #4e5d6c;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 6px;
}
*::-webkit-scrollbar-track {
background: #2b3e50;
}
*::-webkit-scrollbar-thumb {
background-color: #4e5d6c;
}

View file

@ -119,3 +119,23 @@ body {
.tools .glyphicon-question-sign:hover {
opacity: 0.75;
}
/* Scrollbar colors */
/* Works on Firefox */
* {
scrollbar-width: thin;
scrollbar-color: #2b3e50 #4e5d6c;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 6px;
}
*::-webkit-scrollbar-track {
background: #2b3e50;
}
*::-webkit-scrollbar-thumb {
background-color: #4e5d6c;
}

View file

@ -5,7 +5,7 @@
<title>ip6.biz</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="/css/bootstrap-dark.min.css" />
<link rel="stylesheet" href="/css/connectivity.css?v=3" />
<link rel="stylesheet" href="/css/connectivity.css?v=4" />
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">

View file

@ -5,7 +5,7 @@
<title>ip6.biz</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="/css/bootstrap-dark.min.css" />
<link rel="stylesheet" href="/css/tools.css?v=2" />
<link rel="stylesheet" href="/css/tools.css?v=3" />
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">