Commit 6e5f5dce authored by Fabien Manière's avatar Fabien Manière

btn disable opacity

parent 22af7b7d
Pipeline #3900 failed with stage
in 0 seconds
......@@ -6494,6 +6494,10 @@ h3 {
margin-right: calc( 2px / 2 );
}
.btn.disabled, .btn:disabled {
opacity: 0.45;
}
.echarts-for-react {
height: 300px;
}
......
......@@ -6304,6 +6304,10 @@ h3 {
margin-right: calc( 2px / 2 );
}
.btn.disabled, .btn:disabled {
opacity: 0.45;
}
.echarts-for-react {
height: 300px;
}
......
......@@ -6060,6 +6060,10 @@ h3 {
margin-right: calc( 2px / 2 );
}
.btn.disabled, .btn:disabled {
opacity: 0.45;
}
.echarts-for-react {
height: 300px;
}
......
......@@ -6308,6 +6308,10 @@ h3 {
margin-right: calc( 2px / 2 );
}
.btn.disabled, .btn:disabled {
opacity: 0.45;
}
.echarts-for-react {
height: 300px;
}
......
......@@ -6309,6 +6309,10 @@ h3 {
margin-right: calc( 2px / 2 );
}
.btn.disabled, .btn:disabled {
opacity: 0.45;
}
.echarts-for-react {
height: 300px;
}
......
......@@ -512,3 +512,12 @@
}
}
}
/// Buttons global
///-----------------------------------------------------------------------------
.btn.disabled, .btn:disabled {
opacity: .45;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment