diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -78,6 +78,14 @@ font-family: exo; } + .ui-container { + background-color: #e4edd7; + border-color: #7fb82e; + border-style: solid; + border-radius: 10px; + border-width: 4px; + } + .ui-button { /*background-color: #bbeb82; border-color: #7fb82e; @@ -86,7 +94,7 @@ border-style: none; font-size: 1em; border-radius: 10px; - height: 2em; + min-height: 2em; cursor: pointer; } |