Samsung / TAU

TAU (Tizen Advanced UI) project for supporting web app development based on web-based ui widget components library
Other
49 stars 42 forks source link

Button color assignment. #1704

Open f1772man opened 2 years ago

f1772man commented 2 years ago

I want to load the TAUBasic template and color the buttons it contains.

<button id="closeBtn" class="ui-btn ui-color-orange">Close</button>

.ui-color-orange {
    color: rgba(250, 250, 250, 1);
    background-color: rgba(237, 134, 0, 1)
}

However, when running, the specified color is not displayed, but when touched with a hand, the specified color is displayed. Screen_20220325_180322 Screen_20220325_180311