1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Minor style updates

This commit is contained in:
Eldad Fux 2021-08-03 14:39:23 +03:00
parent da426cbb2c
commit 93ba3f0498
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -634,13 +634,13 @@ input[type=checkbox], input[type=radio] {
position: absolute; position: absolute;
top: 0; top: 0;
.func-end(0); .func-end(0);
.func-border-start(1px); border: solid 1px var(--config-color-fade-light);
height: ~"calc(100% - 2px)"; height: ~"calc(100% - 2px)";
width: 50px; width: 50px;
line-height: 50px; line-height: 50px;
text-align: center; text-align: center;
background: var(--config-color-background-focus); background: var(--config-color-background-focus);
margin: 1px; margin: 0;
border-radius: 0 10px 10px 0; border-radius: 0 10px 10px 0;
} }
} }

View file

@ -653,7 +653,7 @@
.provider { .provider {
width: 50px; width: 50px;
height: 50px; height: 50px;
background: #f5f5f5; background: var(--config-color-background-focus);
color: #868686; color: #868686;
line-height: 50px; line-height: 50px;
text-align: center; text-align: center;