Styling papercuts

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/11899/head
Julius Härtl 8 years ago
parent b9c5e569d3
commit ffc32222f1
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 5
      apps/files_sharing/css/sharetabview.scss
  2. 2
      core/css/jquery-ui-fixes.scss

@ -33,6 +33,11 @@
font-size: 90%;
opacity: 0.7;
}
.icon {
opacity: .7;
margin-right: 7px;
}
}
.shareTabView {

@ -70,7 +70,7 @@
.ui-widget-header .ui-state-highlight {
border: 1px solid var(--color-main-background);
background: var(--color-main-background) none;
color: var(--color-text-lighter);
color: var(--color-text-light);
font-weight: 600;
}
.ui-state-highlight a,

Loading…
Cancel
Save