Modern Style for TemplateSwitch Selectbox

Erweiterungen
Post Reply
Gert
Posts: 2065
Joined: Sun 18. Nov 2012, 14:18

Modern Style for TemplateSwitch Selectbox

Post by Gert »

Image Hallo,

bei der Entwicklung des SMTPmail Plugins ist mir aufgefallen, dass das TemplateSwitch Plugin noch ein Selectbox-Design von 2011 hat - so war das halt damals modern ;)

Ich habe das mal modernisiert, ohne eine neue Version zu veröffentlichen, das wäre zu viel Aufwand für ein wenig Änderung am Stylesheet ... wer das haben will: einfach downloaden und in der stylsheet css folgenden Block überschreiben:

Code: Select all

/*###### SELECTBOX ######*/

div.tplsw_selectbox select {
background: #fff;
color: #555;
border: 1px solid #aaa;
border-radius: 3px;
font-family: arial, sans-serif;
font-size: 15px;
font-weight: 700;
padding: 8px 5px 9px 6px;
margin: 0;
}
Oder die ganze stylesheet.css austauschen,

viel Spass - Gert

========================================================================

Image Hello,

while developing the SMTPmail plugin I noticed that the TemplateSwitch plugin still has a selectbox design from 2011 - that just was modern in those days ;)

I have modernised it without releasing a new version, that would be too much effort for a little change to the stylesheet ... who wants to have it: just download the whole plugin and overwrite the following block in the stylesheet.css:

Code: Select all

/*###### SELECTBOX ######*/

div.tplsw_selectbox select {
background: #fff;
color: #555;
border: 1px solid #aaa;
border-radius: 3px;
font-family: arial, sans-serif;
font-size: 15px;
font-weight: 700;
padding: 8px 5px 9px 6px;
margin: 0;
}
Or just replace the whole stylesheet.css,

have fun - Gert

========================================================================

Demo: https://www.ge-webdesign.de/plugindemo/ ... lateSwitch

Download: https://www.ge-webdesign.de/cmsimpleplu ... lateSwitch
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Post Reply