From e75869f2bb5d5623d4e84121029ce911bebbb78c Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Mon, 16 Jan 2017 23:40:44 +0100 Subject: [PATCH] Remove height value from tab labels. --- pd/nw/css/c64.css | 1 - pd/nw/css/default.css | 1 - pd/nw/css/extended.css | 1 - pd/nw/css/inverted.css | 1 - pd/nw/css/strongbad.css | 1 - pd/nw/css/subdued.css | 1 - pd/nw/css/vanilla.css | 1 - pd/nw/css/vanilla_inverted.css | 1 - 8 files changed, 8 deletions(-) diff --git a/pd/nw/css/c64.css b/pd/nw/css/c64.css index dcd6bacc9..bca01f1a8 100644 --- a/pd/nw/css/c64.css +++ b/pd/nw/css/c64.css @@ -517,7 +517,6 @@ div.y2 { margin-bottom: 0px; /* Set the background color to default gray (non-selected tab) */ background-color:#7569d7; - height: 4vh; } /* Focused tabs */ diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css index 5d5ee68ab..f0ed00402 100644 --- a/pd/nw/css/default.css +++ b/pd/nw/css/default.css @@ -661,7 +661,6 @@ div.y2 { margin-bottom: 0px; /* Set the background color to default gray (non-selected tab) */ background-color:#ececec; - height: 4vh; } /* Focused tabs */ diff --git a/pd/nw/css/extended.css b/pd/nw/css/extended.css index c884ab882..2e320b165 100644 --- a/pd/nw/css/extended.css +++ b/pd/nw/css/extended.css @@ -505,7 +505,6 @@ div.y2 { margin-bottom: 0px; /* Set the background color to default gray (non-selected tab) */ background-color:#ececec; - height: 4vh; } /* Focused tabs */ diff --git a/pd/nw/css/inverted.css b/pd/nw/css/inverted.css index e81421bf5..76a42c44d 100644 --- a/pd/nw/css/inverted.css +++ b/pd/nw/css/inverted.css @@ -531,7 +531,6 @@ div.y2 { margin-bottom: 0px; /* Set the background color to default gray (non-selected tab) */ background-color:#ececec; - height: 4vh; } /* Focused tabs */ diff --git a/pd/nw/css/strongbad.css b/pd/nw/css/strongbad.css index 65f5d760b..c7e00cc25 100644 --- a/pd/nw/css/strongbad.css +++ b/pd/nw/css/strongbad.css @@ -513,7 +513,6 @@ div.y2 { margin-bottom: 0px; /* Set the background color to default gray (non-selected tab) */ background-color:#ececec; - height: 4vh; } /* Focused tabs */ diff --git a/pd/nw/css/subdued.css b/pd/nw/css/subdued.css index 1acea1462..f49661264 100644 --- a/pd/nw/css/subdued.css +++ b/pd/nw/css/subdued.css @@ -512,7 +512,6 @@ div.y2 { margin-bottom: 0px; /* Set the background color to default gray (non-selected tab) */ background-color:#ececec; - height: 4vh; } /* Focused tabs */ diff --git a/pd/nw/css/vanilla.css b/pd/nw/css/vanilla.css index b9dd8502c..1ac5e5792 100644 --- a/pd/nw/css/vanilla.css +++ b/pd/nw/css/vanilla.css @@ -506,7 +506,6 @@ div.y2 { margin-bottom: 0px; /* Set the background color to default gray (non-selected tab) */ background-color:#ececec; - height: 4vh; } /* Focused tabs */ diff --git a/pd/nw/css/vanilla_inverted.css b/pd/nw/css/vanilla_inverted.css index 56808b77e..e1084e191 100644 --- a/pd/nw/css/vanilla_inverted.css +++ b/pd/nw/css/vanilla_inverted.css @@ -511,7 +511,6 @@ div.y2 { margin-bottom: 0px; /* Set the background color to default gray (non-selected tab) */ background-color:#ececec; - height: 4vh; } /* Focused tabs */ -- GitLab