]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/default/css/display.css
Added accept and reject icons to remote subscription authorization
[quix0rs-gnu-social.git] / theme / default / css / display.css
index 6954de7bad6a0e8cdda7cb29c3f7a7b5c971801d..82eb135316c30638c54bb091faf708853574f4a4 100644 (file)
@@ -192,7 +192,8 @@ button.minimize,
 .form_reset_key input.submit,
 .entity_clear input.submit,
 .entity_flag input.submit,
-.entity_flag p {
+.entity_flag p,
+.entity_subscribe input.submit {
 background-image:url(../../base/images/icons/icons-01.gif);
 background-repeat:no-repeat;
 background-color:transparent;
@@ -348,6 +349,12 @@ background-position: 5px -2039px;
 .entity_flag p {
 background-position: 5px -2105px;
 }
+.entity_subscribe input.accept {
+background-position: 5px -2171px;
+}
+.entity_subscribe input.reject {
+background-position: 5px -2237px;
+}
 
 /* NOTICES */
 .notice .attachment {