From db44c1d8e667a6d79f7e87467cbadafb9c1eec00 Mon Sep 17 00:00:00 2001 From: azivner Date: Sat, 5 Jan 2019 11:49:17 +0100 Subject: [PATCH] border color tweaks --- src/public/stylesheets/desktop.css | 4 ++-- src/public/stylesheets/style.css | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/public/stylesheets/desktop.css b/src/public/stylesheets/desktop.css index 9994713be..a96de8003 100644 --- a/src/public/stylesheets/desktop.css +++ b/src/public/stylesheets/desktop.css @@ -53,7 +53,7 @@ #history-navigation { margin: 0 15px 0 5px; position: relative; - top: 3px; + top: 2px; } #global-buttons { @@ -61,7 +61,7 @@ justify-content: space-around; padding: 10px 0 10px 0; margin: 0 10px 0 10px; - border: 1px solid #ccc; + border: 1px solid #ddd; border-radius: 5px; } diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 7644220b0..078b5ed44 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -367,7 +367,7 @@ div.ui-tooltip { } .btn:not(.btn-primary):not(.btn-danger) { - border-color: #bbb; + border-color: #ddd; background-color: #eee; } @@ -528,7 +528,8 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th max-height: 300px; overflow: hidden; color: black; - border: 1px solid #aaa; + border: 1px solid #ccc; + border-radius: 5px; text-align: left; }