theming Questions
4
Solved
I have a styles.theme.scss that looks like the following.
@media (prefers-color-scheme: dark) {
@include example-theme($dark-theme);
}
@media (prefers-color-scheme: light) {
@include example-the...
Gourmandise asked 8/9, 2020 at 3:3
4
I want to apply a theme in my Flutter app on the disabled text fields' label because the grey color I have right now is quite hard to read.
I'd like to apply it to my entire app, so I'd like to us...
Recitativo asked 15/7, 2019 at 7:27
6
I enjoy using CSS custom properties, but there's this thing that I often find that I wish I could do.
I wish to be able to apply some styles conditionally based on the value of a CSS custom propert...
Terrijo asked 2/10, 2018 at 21:55
3
I treid to change the background color of the Action bar to another color istead of the default color.
I am using :
implementation 'com.google.android.material:material:1.2.0-alpha05'
... values...
Laurynlausanne asked 11/3, 2020 at 18:36
3
Solved
I recently noticed that my live wallpaper apps are crashing when users try to set the newly introduced "Theming Icons" functionality on Android 12. This new functionality calculates a pal...
Butyraldehyde asked 16/11, 2021 at 0:4
4
Solved
Does twig in drupal 8 have a switch case statement?
Something like:
{% set size = rows | length %}
{% switch rows %}
{% case "1" %}
{{ do something }}
{% case "2" %}
{{ do example }}
{% case...
1
Solved
I'm working on an Angular 9 project where I'm creating two themes and each theme has it's own css output file.
I modified the angular.json file to handle that:
"styles": [
{
"input": "src/style...
Myrtia asked 15/5, 2020 at 19:48
0
i have started applying a custom theme for my angular project,but i am confused a bit whether it's possible to define the theme as less file.
the hierarchy of my new theme is like this:
**
-cust...
Aleurone asked 5/4, 2020 at 9:56
1
Can I change class added to a div element depending on the content of this div ?
Like: "if the div is empty, add this class, else add this class" and targeting the div with an id or something else....
2
Solved
Running Material UI 1.0.0-beta.24
I'm setting a new theme using createMuiTheme:
import {createMuiTheme} from 'material-ui/styles';
const theme = createMuiTheme({
typography: {
fontSize: 16
}
...
Incisive asked 26/12, 2017 at 11:1
1
I try to build an application that can be themed completely at runtime. Therefore i want to set global settings like font-size, color, background-color etc. on my root app.component. For now i do i...
1
Solved
So I think the title is enough explaination: I would like to dynamically theme my whole application. Maybe this means to change color of all divs when I press a specific button, or change the whole...
Hypnotic asked 29/3, 2018 at 8:21
1
I am trying to get compass/sass to watch changes on my local computer and reflect those changes remotely using a custom config.rb script. net::sftp works but my server requires a custom ssh port. I...
Blush asked 23/4, 2015 at 22:35
6
Solved
I am trying to substitute and override the default touch highlight color of the theme for the corporate ones.
I have successfully done it for the actionbar buttons by using actionBarItemBackground...
3
Solved
What is the main difference between .skin and .css in asp.net?
.skin is new enhancement of IDE. I have been working with .css. What is available in .skin that is not to .css
thanks,
saj
9
I've been looking everywhere to find a good solution / tip on how to release an application that has todays 'top-end' look.
As we all know, when coding with windows we normally get windows-style c...
Nuncio asked 16/7, 2011 at 13:18
2
Solved
I can't figure out why the stacked ActionBar I have implemented has a gap between the left most tab and the edge of the screen.
This is not the case with the right most tab.
I tried to remove the...
Chorion asked 27/10, 2013 at 21:27
5
Solved
I'm trying to create theme for Orchard CMS. The template I have wasn't made for it so I have some troubles displaying images from Layout.cshtml.
This is the current folder structure on my web serv...
Pardue asked 28/3, 2011 at 22:55
1
Solved
I have the theme Holo.Light.DarkActionBar
The tabs are now set to white background, light gray text--very unreadable. I simply want to change the text to something much, much darker.
I have searc...
Mammillary asked 19/7, 2012 at 15:40
4
Solved
I am theming some report tables and do not have access to the templates.
I have this code so far which ends up adding "my-class" to every TR element in the report table. However, I only want to a...
Mold asked 8/11, 2011 at 20:12
1
Solved
For ages, Delphi has supported the Enable runtime themes switch on the Application Settings tab. However, this only works for executables. DLLs are assumed to take over the theming (and other) seti...
6
Solved
I've been coding in PHP for 4 years and even I find it so convoluted and hard to grasp. I have no idea how they expect designers to manage theming.
I know basic theming, theming with tpl files, vi...
1
© 2022 - 2024 — McMap. All rights reserved.