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

Commit 684f71f7 authored by Ronak Patel's avatar Ronak Patel
Browse files

UI fixes for files app

parent 3e6f70a6
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.5</version>
    <version>3.0.6</version>
    <licence>MURENA SAS</licence>
	  <author mail="dev@murena.com" >MURENA SAS</author>
    <namespace>EcloudThemeHelper</namespace>
+10 −1
Original line number Diff line number Diff line
@@ -67,4 +67,13 @@
		}
	}
}
#app-content-files .actions .button.new{
    background-color: var(--color-primary);
    color: #FFFFFF;
}
.files-filestable{
    margin-top: 10px;
}
svg#mdi-delete{
    filter: var(--inactive-icon-filter);
}
 No newline at end of file