diff options
author | Thomas Lange <code@nerdmind.de> | 2017-09-15 00:29:11 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-09-15 00:29:11 +0200 |
commit | ddc0ab932c5629b0f4f6ae5fe8466fb20d7f3e32 (patch) | |
tree | 81211318608b4aa8d1ae37106003b40d85a260cd /template/admin/rsrc | |
parent | 3180d399f20d6e7bec41cf986cfbf8e1aafa3587 (diff) | |
download | blog-ddc0ab932c5629b0f4f6ae5fe8466fb20d7f3e32.tar.gz blog-ddc0ab932c5629b0f4f6ae5fe8466fb20d7f3e32.tar.xz blog-ddc0ab932c5629b0f4f6ae5fe8466fb20d7f3e32.zip |
An invisible text has been added to each action icon in the item list of the admin template so that users who do not have CSS enabled or using a web browser such as "Lynx" are able to understand and click the links (instead of seeing an empty and unclickable list item with no further information).
Diffstat (limited to 'template/admin/rsrc')
-rw-r--r-- | template/admin/rsrc/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/rsrc/main.css b/template/admin/rsrc/main.css index 5c07926..26b618a 100644 --- a/template/admin/rsrc/main.css +++ b/template/admin/rsrc/main.css @@ -106,6 +106,7 @@ img{border:none;max-width:100%;} .blue{color:#40779A;} .green{color:#008B45;} .right{float:right;} +.hidden{display:none;} #database-result{color:inherit;} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ @@ -186,7 +187,6 @@ form{border:0.05rem solid #AAA;} #content-editor{border:none;margin:0;} - /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* Form elements /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ |