Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
86740a82
Commit
86740a82
authored
Feb 05, 2021
by
yPhil
Browse files
Darken / Lighten: Disabled controls / buttons
parent
16be6ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/css/petrolette.css
View file @
86740a82
...
...
@@ -251,13 +251,16 @@ li {
background-color
:
var
(
--color-non
);
}
.ui-button.ui-state-disabled
,
.ui-tab.ui-state-default
{
color
:
var
(
--color-non
);
background
:
var
(
--color-non
);
border-right
:
1px
solid
var
(
--color-sep
)
!important
;
}
.ui-button.ui-state-disabled
{
filter
:
brightness
(
0.5
);
}
.ui-tab.ui-state-active
{
border-right
:
none
!important
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment