Jump to content

I want to study how to use css to make my unigui web more beautiful, whick website can help me to study css ?


55143681

Recommended Posts

9 minutes ago, 55143681 said:

I want to study how to use css to make my  unigui web more beautiful, whick website can help me to study css ?

For example:

 

/*Rounded edges on edits*/
.x-textfield .x-input-wrap-el {
    -webkit-border-radius: 3px; !important;
}
/*class FormSubmitButton*/
.FormSubmitButton {
    font: 16px 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
    background: #47a404;
    background-color: #47a404;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.FormSubmitButton.x-hovered {
    color: #fff;
    background: #378003;
    background-color: #378003;    
}
.FormSubmitButton .x-inner-el {
    padding: 7px;
    border: 0px;
    background-color: #47a404;
    background-image: none;
}
.FormSubmitButton.x-hovered .x-inner-el {
    background: #378003;
    background-color: #378003;     
}
Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...