Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Dec 11, 2019
1 parent ff34e05 commit eb37a79
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/css/all.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/css/app.css": "/css/app.css?id=df51a8345262d16055e7",
"/css/app.css": "/css/app.css?id=2bf069c3323b93aec8e6",
"/js/all.js": "/js/all.js?id=c7a4d3cc7d3032de4753",
"/css/all.css": "/css/all.css?id=4848d5549829abf0bc40",
"/css/all.css": "/css/all.css?id=7509f981363220c5fb9c",
"/semantic/semantic.min.css": "/semantic/semantic.min.css?id=7a5875d0276c289dafb0"
}
4 changes: 3 additions & 1 deletion resources/sass/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ $widths: (
// Remove transparency from disabled+readonly field
.field.disabled.readonly {
opacity: 1;
cursor: not-allowed;

> label {
opacity: 1;
Expand All @@ -70,9 +71,10 @@ $widths: (
color: #999;
}
}
input:read-only {
input:read-only, input:focus:read-only {
background: #f8f8f8;
color: #999;
cursor: not-allowed;
}
}

Expand Down

0 comments on commit eb37a79

Please sign in to comment.