Koha/koha-tmpl/intranet-tmpl/prog/css
Lucas Gass 97461b7029
Bug 31439: Use pseudo element for bullet in results.tt
To test:
1. Apply patch and regenerate CSS. See:
  https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client
2. Go to the staff results page and inscept the result_item_details
   class.
3. It should contain a ::before pseudo element that is the bullet point.
4. This is easier to remove of alter with the following CSS in
   IntraNetUSerCSS:

.result_item_details::before {
	content: " " !important;
}

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-09-12 15:36:11 -03:00
..
src Bug 31439: Use pseudo element for bullet in results.tt 2022-09-12 15:36:11 -03:00
addbiblio.css
calendar.css
cateditor.css
hierarchy.css
holds.css
humanmsg.css
installer.css
itemsearchform.css
login.css
mainpage.css Bug 31542: Home page links correct font-family 2022-09-12 15:32:46 -03:00
preferences.css Bug 13614: Replace usage of YUI on basket groups page 2022-06-07 09:32:17 -03:00
print.css Bug 13614: Replace usage of YUI on basket groups page 2022-06-07 09:32:17 -03:00
printreceiptinvoice.css Bug 13614: Replace usage of YUI on basket groups page 2022-06-07 09:32:17 -03:00
quotes.css
reports.css
right-to-left.css Bug 13614: Replace usage of YUI on basket groups page 2022-06-07 09:32:17 -03:00
select2.css
spinelabel.css
staff-global.css Bug 23681: Compiled CSS 2022-08-25 08:50:38 -03:00
tinymce.css
uploader.css