-
Notifications
You must be signed in to change notification settings - Fork 60
Conversation
@nemesisdesign : Please review. |
@@ -96,3 +96,7 @@ | |||
#container .help a, | |||
#netjsonconfig-hint a{ text-decoration: underline } | |||
#netjsonconfig-hint{ width: auto } | |||
|
|||
p.help{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We just wanted the text "Choose items and order by drag & drop" to be bold, not every help text.
Also, making it bolder would probably not be enough to make it more evident, we should make it darker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I understand. So, maybe changing the color of the text to black? This should do it right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, use #333
as it's also used elsewhere in the default django-admin style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Squashed and re pushed the commits. Please check
425f497
to
f2d820d
Compare
This PR makes the hint-text "Choose items and order by drag & drop." bolder by changing add a little css to the admin.css file.