Daniel Werner has uploaded a new change for review. Change subject: defined styles for (disabled) input boxes ......................................................................
defined styles for (disabled) input boxes This makes input boxes look less stupid when they are disabled. Before there was only the background-color set for disabled input boxes, now also the border styles are set. Setting only the background color will already unset all the default browser styles for the input box and will instead use some other set of styles (probably according to the OS) which look kind of stupid. An alternative would be to set no styles at all to use the browsers default styles. Change-Id: I7f66a8d82c246097a760b10b8543494d68c98ac6 --- M repo/resources/wikibase.ui.PropertyEditTool.css 1 file changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/09/23409/1 -- To view, visit https://gerrit.wikimedia.org/r/23409 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7f66a8d82c246097a760b10b8543494d68c98ac6 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Daniel Werner <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
