diff --git a/css/src/desktop.css b/css/src/desktop.css index be2e39728..21db4ac7a 100644 --- a/css/src/desktop.css +++ b/css/src/desktop.css @@ -56,6 +56,16 @@ table tr:hover { cursor: pointer; } +.button.outline.light-gray:hover { + background: rgba(206,213,220,0.40); + color: #4B6178; +} + +.button.outline.dark-gray:hover { + background: rgba(255,255,255,.1); + color: #fff; +} + button.secondary:hover, button.secondary:focus, .button.secondary:hover, diff --git a/css/src/main.css b/css/src/main.css index e8a252476..c0192f16f 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -963,16 +963,6 @@ input[type=date], input[type=datetime-local], input[type=datetime], input[type=e color: #7A8C9E; } -.button.outline.light-gray:hover { - background: rgba(206,213,220,0.40); - color: #4B6178; -} - -.button.outline.dark-gray:hover { - background: rgba(255,255,255,.1); - color: #fff; -} - /* SECONDARY */ button.secondary, .button.secondary {