From 99a47b073925de27c07de50bbbb43fde480e9120 Mon Sep 17 00:00:00 2001 From: Marcos Alconada Date: Fri, 10 Sep 2021 07:49:40 +0000 Subject: [PATCH] set style on um-last and next button --- .../include/styles/pandora_black.css | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index e4ba52cb33..63eb27c9d9 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -63,6 +63,27 @@ table.agent_info_table tr { color: #fff !important; } +#um-next:hover, +#um-last:hover { + border: 1px solid #888 !important; +} +#um-next, +#um-last { + background-color: #111 !important; + color: #fff !important; + font-weight: 500; + border-radius: 5px; + background-repeat: no-repeat; + background-position: 92% 10px; + padding-bottom: 10px; + padding-top: 10px; + padding-left: 15px; + border: 1px solid #333 !important; + cursor: pointer; + font-family: inherit; + font-size: 10pt; +} + input[readonly] { background-color: #444 !important; color: #a2a2a2 !important;