Yes, I'm trying to create my theme. Style of all elements I include in html, as <style>.
Other elements change style normaly.
For example, trying input[type="file"], input.file no effect.
Google say, that for change style of radiobutton, checkbox, select and browse button need defined class for tis elements. Think that need add some variable in config to define classes for this conrtols(as tb).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok .. I am working on converting all Webmin UI code to use common functions for generating HTML inputs, but it is a work in progress that will take a long time. Once it is done, adding these classes will be trivial.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
*Most* modules have been converted to use the new UI library, which allows a theme to completely override the code that generates inputs. That is the recommended method for doing this..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=129364
Originator: NO
Are you trying to create your own theme? What CSS are you using exactly?
Logged In: YES
user_id=1742417
Originator: YES
Yes, I'm trying to create my theme. Style of all elements I include in html, as <style>.
Other elements change style normaly.
For example, trying input[type="file"], input.file no effect.
Google say, that for change style of radiobutton, checkbox, select and browse button need defined class for tis elements. Think that need add some variable in config to define classes for this conrtols(as tb).
Logged In: YES
user_id=129364
Originator: NO
Do you need for the input elements to have a class= tag for this to work?
Logged In: YES
user_id=1742417
Originator: YES
Yes I need.
Logged In: YES
user_id=129364
Originator: NO
Ok .. I am working on converting all Webmin UI code to use common functions for generating HTML inputs, but it is a work in progress that will take a long time. Once it is done, adding these classes will be trivial.
Logged In: YES
user_id=129364
Originator: NO
*Most* modules have been converted to use the new UI library, which allows a theme to completely override the code that generates inputs. That is the recommended method for doing this..