Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
6e5f5dce
Commit
6e5f5dce
authored
Apr 19, 2023
by
Fabien Manière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
btn disable opacity
parent
22af7b7d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
0 deletions
+29
-0
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+4
-0
bootstrap-default.css
dist/styles/bootstrap-default.css
+4
-0
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+4
-0
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+4
-0
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+4
-0
_grouped.scss
src/sass/components/_grouped.scss
+9
-0
No files found.
dist/styles/bootstrap-darkster.css
View file @
6e5f5dce
...
...
@@ -6494,6 +6494,10 @@ h3 {
margin-right
:
calc
(
2px
/
2
);
}
.btn.disabled
,
.btn
:disabled
{
opacity
:
0.45
;
}
.echarts-for-react
{
height
:
300px
;
}
...
...
dist/styles/bootstrap-default.css
View file @
6e5f5dce
...
...
@@ -6304,6 +6304,10 @@ h3 {
margin-right
:
calc
(
2px
/
2
);
}
.btn.disabled
,
.btn
:disabled
{
opacity
:
0.45
;
}
.echarts-for-react
{
height
:
300px
;
}
...
...
dist/styles/bootstrap-greyson.css
View file @
6e5f5dce
...
...
@@ -6060,6 +6060,10 @@ h3 {
margin-right
:
calc
(
2px
/
2
);
}
.btn.disabled
,
.btn
:disabled
{
opacity
:
0.45
;
}
.echarts-for-react
{
height
:
300px
;
}
...
...
dist/styles/bootstrap-herbie.css
View file @
6e5f5dce
...
...
@@ -6308,6 +6308,10 @@ h3 {
margin-right
:
calc
(
2px
/
2
);
}
.btn.disabled
,
.btn
:disabled
{
opacity
:
0.45
;
}
.echarts-for-react
{
height
:
300px
;
}
...
...
dist/styles/bootstrap-monotony.css
View file @
6e5f5dce
...
...
@@ -6309,6 +6309,10 @@ h3 {
margin-right
:
calc
(
2px
/
2
);
}
.btn.disabled
,
.btn
:disabled
{
opacity
:
0.45
;
}
.echarts-for-react
{
height
:
300px
;
}
...
...
src/sass/components/_grouped.scss
View file @
6e5f5dce
...
...
@@ -512,3 +512,12 @@
}
}
}
/// Buttons global
///-----------------------------------------------------------------------------
.btn.disabled
,
.btn
:disabled
{
opacity
:
.45
;
}
\ No newline at end of file
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