Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit d397f61

Browse files
committed
Add more tweak
1 parent d60506f commit d397f61

File tree

2 files changed

+10355
-2
lines changed

2 files changed

+10355
-2
lines changed

app/client/dist/DarkUnityHub.css

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ body {
1919
}
2020

2121
iframe,
22+
2223
embed,
2324
label [onclick],
2425
div[style*='position:'][style*='left:'][style*='visible'],
@@ -34,7 +35,24 @@ ul[style*='display:'],
3435
ul[style*='visibility:'] ul,
3536
a[onclick][style*='display'],
3637
.menu,
37-
.tooltip
38-
{
38+
.tooltip {
3939
background: rgba(5, 5, 5, 0.9) !important;
4040
}
41+
42+
input[type='checkbox'],
43+
input[type='checkbox']:focus {
44+
border-color: #d8dee9 !important;
45+
border-radius: 1px !important;
46+
box-shadow: 0 0 5px #1e84d5 !important;
47+
}
48+
input[type='radio'],
49+
input[type='radio']:focus {
50+
border-color: #d8dee9 !important;
51+
border-radius: 100% !important;
52+
box-shadow: 0 0 5px #1e84d5 !important;
53+
}
54+
input[type='checkbox']:checked,
55+
input[type='radio']:checked {
56+
border-color: #d8dee9 !important;
57+
box-shadow: 0 0 5px #1e84d5 !important;
58+
}

0 commit comments

Comments
 (0)