Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7188391
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
666 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/back/elements/button.css b/src/back/elements/button.css
index 90ea757..fbbd070 100644
--- a/src/back/elements/button.css
+++ b/src/back/elements/button.css
@@ -1,21 +1,26 @@
.button {
padding: 8px 16px;
display: inline-block;
text-decoration: none;
margin: 4px;
cursor: pointer;
&:hover {
filter: brightness(1.1);
}
+
+ &[disabled] {
+ opacity: 0.5;
+ pointer-events: none;
+ }
}
.button--color-accent1 {
background-color: var(--color-brand-accent);
color: var(--color-brand-text-on-accent);
}
.button--color-accent2 {
background-color: var(--color-brand-accent2);
color: var(--color-brand-text-on-accent2);
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jul 8, 08:10 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
810445
Default Alt Text
(666 B)
Attached To
Mode
rPLAY Sealious playground
Attached
Detach File
Event Timeline
Log In to Comment