From bca39a475dfd3aab0b31709b2c4873398901b00c Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 19 Jul 2019 00:11:33 +0400 Subject: =?UTF-8?q?=D0=9A=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=20=D1=83=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=80=D1=8F=D0=B4=D0=B0?= =?UTF-8?q?=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=B4=D0=B5=D0=B9?= =?UTF-8?q?=D1=81=D1=82=D0=B2=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day9/task5_vue/src/components/Table.vue | 71 +++++++++++++++++---------------- 1 file changed, 36 insertions(+), 35 deletions(-) (limited to 'day9/task5_vue/src/components/Table.vue') diff --git a/day9/task5_vue/src/components/Table.vue b/day9/task5_vue/src/components/Table.vue index 519af25..d9296d9 100644 --- a/day9/task5_vue/src/components/Table.vue +++ b/day9/task5_vue/src/components/Table.vue @@ -1,12 +1,5 @@ @@ -103,4 +91,17 @@ tbody > tr:nth-child(2n) { background-color: #f8f6ff; } + + button { + border: none; + border-radius: 2px; + } + + button:hover { + background-color: #dadada; + } + + button:focus { + background-color: #d5d5d5; + } \ No newline at end of file -- cgit v1.2.3