mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-23 16:31:50 -05:00
changed opacity on survey maker action buttons
had to change some of the css/div classes
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
border-top: 1px dashed;
|
||||
border-color: rgb(204,204,204);
|
||||
border-radius: 4px;
|
||||
opacity: 0.7;
|
||||
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
|
||||
@@ -45,14 +45,25 @@
|
||||
margin-left: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.question_title{
|
||||
opacity: 0.7;
|
||||
}
|
||||
.description{
|
||||
opacity: 0.7;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.input_area{
|
||||
opacity: 0.7;
|
||||
}
|
||||
.mc{
|
||||
margin-left: 18px;
|
||||
margin-right: 7px;
|
||||
margin-left: 18px;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.question_actions{
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
#new_question{
|
||||
|
||||
Reference in New Issue
Block a user