From c7df1ab09849cea14965101bd7c53dcf2d3b5274 Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Tue, 8 Sep 2015 11:35:49 -0300 Subject: [PATCH] Increased opacity of the non-hovered page arrows to 0.4 from 0.3 --- css/GridFieldSortableRows.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/GridFieldSortableRows.css b/css/GridFieldSortableRows.css index 7383543..88f7cc6 100644 --- a/css/GridFieldSortableRows.css +++ b/css/GridFieldSortableRows.css @@ -30,7 +30,7 @@ width: 40px; - opacity: 0.3; + opacity: 0.4; text-align: center;