Skip to content

Commit

Permalink
fix icons in files app
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Feb 6, 2017
1 parent 82d09ce commit 01468dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion apps/files/css/files.css
Expand Up @@ -793,7 +793,6 @@ html.ie8 #controls .button.new {
#controls .actions .button .icon {
display: inline-block;
vertical-align: middle;
background-size: 16px 16px;
}

#filestable .filename .action .icon.hidden,
Expand Down
3 changes: 1 addition & 2 deletions core/css/apps.scss
Expand Up @@ -678,10 +678,9 @@ em {
[class*=' icon-']{
/* Keep padding to define the width to
assure correct position of a possible text */
padding: 18px 0 18px 36px;
margin: 14px 13px 15px 16px;
min-width: 0; /* Overwrite icons*/
min-height: 0;
background-position: 10px center;
opacity: 0.7; /* Default button icon override */
}
}
Expand Down
1 change: 0 additions & 1 deletion core/css/icons.scss
Expand Up @@ -15,7 +15,6 @@
/* GLOBAL ------------------------------------------------------------------- */
[class^='icon-'], [class*=' icon-'] {
background-repeat: no-repeat;
background-position: center;
min-width: 16px;
min-height: 16px;
}
Expand Down

0 comments on commit 01468dd

Please sign in to comment.