Added key icon for application key and secret rest action
This commit is contained in:
parent
2172114f86
commit
ab844f063c
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.6 KiB |
BIN
theme/base/images/icons/twotone/green/key.gif
Normal file
BIN
theme/base/images/icons/twotone/green/key.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 B |
@ -188,7 +188,8 @@ button.close,
|
||||
.entity_delete input.submit,
|
||||
.notice-options .repeated,
|
||||
.form_notice label[for=notice_data-geo],
|
||||
button.minimize {
|
||||
button.minimize,
|
||||
.form_reset_key input.submit {
|
||||
background-image:url(../../base/images/icons/icons-01.gif);
|
||||
background-repeat:no-repeat;
|
||||
background-color:transparent;
|
||||
@ -333,6 +334,9 @@ background-position: 5px -1445px;
|
||||
.entity_delete input.submit {
|
||||
background-position: 5px -1511px;
|
||||
}
|
||||
.form_reset_key input.submit {
|
||||
background-position: 5px -1973px;
|
||||
}
|
||||
|
||||
/* NOTICES */
|
||||
.notice .attachment {
|
||||
|
@ -188,7 +188,8 @@ button.close,
|
||||
.entity_delete input.submit,
|
||||
.notice-options .repeated,
|
||||
.form_notice label[for=notice_data-geo],
|
||||
button.minimize {
|
||||
button.minimize,
|
||||
.form_reset_key input.submit {
|
||||
background-image:url(../../base/images/icons/icons-01.gif);
|
||||
background-repeat:no-repeat;
|
||||
background-color:transparent;
|
||||
@ -332,6 +333,9 @@ background-position: 5px -1445px;
|
||||
.entity_delete input.submit {
|
||||
background-position: 5px -1511px;
|
||||
}
|
||||
.form_reset_key input.submit {
|
||||
background-position: 5px -1973px;
|
||||
}
|
||||
|
||||
/* NOTICES */
|
||||
.notice .attachment {
|
||||
|
Loading…
Reference in New Issue
Block a user