diff --git a/style.css b/style.css index 1406d11..5b4ee20 100644 --- a/style.css +++ b/style.css @@ -391,3 +391,12 @@ div.node .column-side .column-wrapper { font-weight:normal; font-size:16px; } + +/** + * Fixes for other modules =============================================== + */ +/* Fix rules action links. */ +.rules-elements-table ul.rules-operations a { + text-shadow: none; + color: #666; +}