Skip to content
Snippets Groups Projects
Commit cf6ff124 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '706-highlight-colour' into 'devel_12.2.x'

highlight color changed to be more visible

See merge request !662
parents 99fcd6ce 361bcfb5
No related branches found
No related tags found
4 merge requests!678Merge 12.2.0 beta.2 into master,!67712.2.0~beta.2 into master,!676Devel 12.2.0~beta.2 into master,!662highlight color changed to be more visible
Pipeline #8955 passed
......@@ -21,6 +21,8 @@ minerva (12.2.0~beta.2) unstable; urgency=medium
* Bug fix: opening map with invalid id shows proper error message (#724)
* Bug fix: Fixing an issue where search panel was not properly resized on
expansion (#682)
* Small improvement: highlighting table rows in admin panel uses better
contrast color (#706)
-- Piotr Gawron <piotr.gawron@uni.lu> Wed, 20 Feb 2019 14:00:00 +0200
......
......@@ -1094,3 +1094,10 @@ input[type=file] {
zoom: 1;
overflow: visible; /* the overflow property removes extra width in IE */
}
#minervaAppDiv table.dataTable.hover tbody tr:hover,
#minervaAppDiv table.dataTable.display tbody tr:hover,
#minervaAppDiv table.dataTable.display tbody tr:hover > .sorting_1,
#minervaAppDiv table.dataTable.order-column.stripe tbody tr:hover > .sorting_1 {
background-color: #D3D3D3;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment