diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 69e51158..6156104a 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2671,6 +2671,10 @@ Miscellaneous padding: 0; } +.OxSpecialLink { + padding: 0 2px 0 2px; + border-radius: 2px; +} .OxSpecialLink:hover { text-decoration: none; }