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:
parent
1bbf5315aa
commit
173e86d4d7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user