From 3ce7dd3b16c39c1f130dc993bb398e0325291033 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Thu, 26 Oct 2017 13:50:56 +0200 Subject: [PATCH] link style in TH added --- css/base_design.less | 4 ++++ css/plugins/struct.less | 20 +++++++++++++++----- lang/de/lang.php | 3 ++- lang/en/lang.php | 3 ++- style.ini | 1 + 5 files changed, 24 insertions(+), 7 deletions(-) diff --git a/css/base_design.less b/css/base_design.less index 2cbe4df..97c8f84 100755 --- a/css/base_design.less +++ b/css/base_design.less @@ -477,6 +477,10 @@ th { background-color: @ini_background_alt; color: @ini_text_alt; text-align: left; + + a { + color: @ini_link_alt; + } } [dir=rtl] th { diff --git a/css/plugins/struct.less b/css/plugins/struct.less index c4aaca7..5c07d5c 100755 --- a/css/plugins/struct.less +++ b/css/plugins/struct.less @@ -18,11 +18,17 @@ line-height: @line-height-default; a { - color: @ini_existing; + //color: @ini_existing; line-height: @line-height-default; } } + th { + a { + color: @ini_link_alt; + } + } + // search button in table (f.i. "All products") table th input { &:not(:focus) { @@ -65,15 +71,19 @@ background-color: @ini_existing; background-image: url("svg.php?svg=file-export.svg&f=background"); border-color: @ini_existing; - color: @ini_background; + //color: @ini_background; text-decoration: none; } } } } - #plugin__struct_output{ + #plugin__struct_output { margin-right: 0; + + th { + background-color: @ini_background_alt; + } } .struct_entry_form { @@ -163,6 +173,6 @@ form { padding-top: 1rem; } } - } + } // fieldset } -} +} // form diff --git a/lang/de/lang.php b/lang/de/lang.php index 272d784..a9c55ee 100755 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -92,7 +92,8 @@ $lang['__button_color__'] = 'Buttons - Schriftfarbe'; $lang['__button_background__'] = 'Buttons - Hintergrundfarbe'; $lang['__background_alt__'] = 'Tabellenkopf, Tabellenzeile (hover), struct Label (hover) - Hintergrundfarbe (alternativ)'; -$lang['__text_alt__'] = 'Tabellenkopf (unverlinkt), Tabellenzeile (hover), struct Label (hover) - Schriftfarbe (alternativ)'; +$lang['__text_alt__'] = 'Tabellenkopf: unverlinkt, Tabellenzeile (hover), struct Label (hover) - Schriftfarbe (alternativ)'; +$lang['__link_alt__'] = 'Tabellenkopf: verlinkt - Schriftfarbe (alternativ)'; $lang['__border__'] = 'Tabellen, Formularfelder, Zitate - Rahmenfarbe'; $lang['__default_border_radius__'] = 'Wiki Icons, Content (oben rechts) - Borderradius'; diff --git a/lang/en/lang.php b/lang/en/lang.php index a047b46..f6088d3 100755 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -92,7 +92,8 @@ $lang['__button_color__'] = 'buttons - font color'; $lang['__button_background__'] = 'buttons - background color'; $lang['__background_alt__'] = 'table head, table cell (hover), struct Label (hover) - background color (alternative)'; -$lang['__text_alt__'] = 'table head (unlinked), table cell (hover), struct Label (hover) - font color (alternative)'; +$lang['__text_alt__'] = 'table head: unlinked, table cell (hover), struct Label (hover) - font color (alternative)'; +$lang['__link_alt__'] = 'table head: linked - font color (alternative)'; $lang['__border__'] = 'tables, form fields, blockquotes - border color'; $lang['__default_border_radius__'] = 'wiki icons, content (top right) - border radius'; diff --git a/style.ini b/style.ini index ec7082a..515d8f6 100755 --- a/style.ini +++ b/style.ini @@ -172,6 +172,7 @@ __button_background__ = "#286DA8" ; @ini_button_background __background_alt__ = "#F6F6F6" ; @ini_background_alt (guaranteed for every plugin) __text_alt__ = "#454545" ; @ini_text_alt (guaranteed for every plugin) +__link_alt__ = "#286DA8" ; @ini_link_alt ; border color