Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b24557a6 authored by Akhil's avatar Akhil
Browse files

Fix plus icon color in forms app for new question

parent 1bf9bb78
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    <name>/e/ Cloud Theme Helper</name>
    <summary>/e/ Theme Helper App</summary>
    <description><![CDATA[Theme Helper App]]></description>
    <version>3.0.3</version>
    <version>3.0.4</version>
    <licence>MURENA SAS</licence>
	  <author mail="dev@murena.com" >MURENA SAS</author>
    <namespace>EcloudThemeHelper</namespace>
+7 −3
Original line number Diff line number Diff line
@@ -7,3 +7,7 @@ body[data-theme-dark] .action-item.action-item--default-popover.action-item--pri
.v-select .vs__selected-options input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="color"]):not([type="file"]):not([type="image"]):not(.multiselect__input){
	background-color:transparent;
}

#app-content-vue .question-menu .plus-icon svg {
	fill: white;
}