1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-18 14:52:10 +01:00

Bookmark: Small style fix for Add button when disabled and focused

This commit is contained in:
Brice Maron 2012-11-08 20:50:39 +00:00
parent 1bbf5315aa
commit 173e86d4d7

View File

@ -5,8 +5,8 @@
#firstrun #selections { font-size:0.8em; font-weight: normal; width: 100%; margin: 2em auto auto auto; clear: both; }
#firstrun_setting { font-size: 100%; text-decoration: underline}
input.disabled, input.disabled:hover {
cursor: not-allowed;
input.disabled, input.disabled:hover, input.disabled:focus {
cursor: not-allowed;
background-color: #ddd;
color: gray;
}