Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32739025
D10717.1767672760.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
500 B
Referenced Files
None
Subscribers
None
D10717.1767672760.diff
View Options
diff --git a/web/components/checkbox.css b/web/components/checkbox.css
--- a/web/components/checkbox.css
+++ b/web/components/checkbox.css
@@ -2,6 +2,7 @@
appearance: none;
background-color: transparent;
width: 24px;
+ min-width: 24px;
height: 24px;
border: 1px solid var(--enumOption-input-primary-default);
border-radius: 3.6px;
@@ -10,6 +11,10 @@
justify-content: center;
}
+.checkbox:hover {
+ cursor: pointer;
+}
+
.checkbox::before {
content: '';
width: 16px;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 6, 4:12 AM (55 m, 23 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5899311
Default Alt Text
D10717.1767672760.diff (500 B)
Attached To
Mode
D10717: [web] make mouse pointer when hovering over checkbox input
Attached
Detach File
Event Timeline
Log In to Comment