From 99024ff23be28bd35656a04c7bcbe055dc15b14d Mon Sep 17 00:00:00 2001 From: guillermo Date: Thu, 3 Mar 2022 08:12:10 +0100 Subject: [PATCH] Cambiado estilo --- css/style.css | 22 +++++++++++++++++++--- index.html | 6 +++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 50166b4..815bf01 100644 --- a/css/style.css +++ b/css/style.css @@ -7,6 +7,7 @@ margin: 0; padding: 0; box-sizing: border-box; + user-select: none; } html,body{ @@ -81,6 +82,7 @@ ul{ border: none; font-weight: bold; font-size: 1.5em; + border-radius: 5px; display: block; width: 250px; @@ -99,25 +101,39 @@ ul{ height: 100%; font-size: 2.5em; background: rgba(255,255,255,.90); - padding-top: 18px; + padding-top: 23px; + border-radius: 5px; +} + +.btnPinNum:active{ + background: rgb(255,255,255); } .btnCancel{ width: 100%; height: 100%; font-size: 2.5em; - padding-top: 18px; + padding-top: 15px; background: rgba(237,73,71,.90); color: #fff; + border-radius: 5px; +} +.btnCancel:active{ + background: rgb(172,55,54); } .btnOk{ width: 100%; height: 100%; font-size: 2.5em; - padding-top: 18px; + padding-top: 15px; background: rgba(163,171,38,.90); color: #fff; + border-radius: 5px; +} + +.btnOk:active{ + background: rgb(130, 136, 31); } diff --git a/index.html b/index.html index 507133a..1986e93 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ and open the template in the editor.
-

USUARIO

+

ID USUARIO

1 @@ -64,7 +64,7 @@ and open the template in the editor.
- x + ✗
@@ -74,7 +74,7 @@ and open the template in the editor.
- ok + ✓