4 changed files with 52 additions and 7 deletions
@ -0,0 +1,8 @@ |
|||||||
|
# Ignore operating system specific files |
||||||
|
.DS_Store |
||||||
|
Thumbs.db |
||||||
|
|
||||||
|
# Ignore IDE-specific files |
||||||
|
.idea/ |
||||||
|
.vscode/ |
||||||
|
*.swp |
||||||
@ -0,0 +1,13 @@ |
|||||||
|
/* Grey-out read-only ROR fields */ |
||||||
|
input.ror-readonly[readonly] { |
||||||
|
background-color: #f3f3f3; |
||||||
|
color: #666; |
||||||
|
border-color: #ccc; |
||||||
|
cursor: not-allowed; |
||||||
|
} |
||||||
|
|
||||||
|
/* dim labels*/ |
||||||
|
input.ror-readonly[readonly] + label, |
||||||
|
.form-item input.ror-readonly[readonly] { |
||||||
|
opacity: 0.8; |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
ror_widget: |
||||||
|
css: |
||||||
|
theme: |
||||||
|
css/ror_widget.css: {} |
||||||
Loading…
Reference in new issue