diff --git a/themes/Default/common.css b/themes/Default/common.css index cd2682f484..20a41cb2a2 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -177,13 +177,19 @@ notebook stack { notebook header { background-color: @bg-color; - border-color: @edge-border-color; + border-bottom: 1px solid @edge-border-color; + box-shadow: none; } notebook header button { box-shadow: none; } +notebook header button:hover { + background-color: @selected-color; + border-color: @edge-border-color; +} + notebook header tabs { background-color: transparent; }