No more shadows
This commit is contained in:
parent
7b436d9f99
commit
d2325aa237
|
@ -210,7 +210,6 @@ body {
|
|||
|
||||
background-color: var(--bar);
|
||||
|
||||
|
||||
border: solid;
|
||||
border-color: var(--border-color);
|
||||
border-width: 1px;
|
||||
|
@ -222,19 +221,15 @@ body {
|
|||
width: calc(100% - 14px - 4px - 7px);
|
||||
color: var(--text-color);
|
||||
background-color: #ffffff;
|
||||
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
margin: 7px;
|
||||
padding-left: 7px;
|
||||
|
||||
border: solid;
|
||||
border-color: var(--border-color);
|
||||
border-width: 1px;
|
||||
border-radius: 8px;
|
||||
|
||||
font-size: 15px;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -260,7 +255,6 @@ body {
|
|||
height: calc(100% - 50px - 30px - 1px);
|
||||
|
||||
background-color: var(--bar);
|
||||
|
||||
border: solid;
|
||||
border-color: var(--border-color);
|
||||
border-width: 0px;
|
||||
|
@ -288,7 +282,6 @@ body {
|
|||
border: solid;
|
||||
border-color: var(--border-color);
|
||||
border-width: 1px;
|
||||
|
||||
font-size: 15px;
|
||||
|
||||
text-align: left;
|
||||
|
@ -328,7 +321,6 @@ body {
|
|||
background-color: rgba(0, 0, 0, 0);
|
||||
border: none;
|
||||
font-size: 16px;
|
||||
|
||||
margin-bottom: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -379,7 +371,7 @@ body {
|
|||
border-radius: 8px;
|
||||
min-width: 338.5px;
|
||||
z-index: 3;
|
||||
box-shadow: grey 4px 4px 16px 1px;
|
||||
|
||||
}
|
||||
|
||||
.optionsDiv button {
|
||||
|
@ -396,7 +388,7 @@ body {
|
|||
background-color: var(--theme-color);
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
box-shadow: grey 4px 4px 16px 1px;
|
||||
|
||||
}
|
||||
|
||||
.optionsDiv .normalButton {
|
||||
|
@ -526,7 +518,7 @@ body {
|
|||
.inoutdiv {
|
||||
margin: 10%;
|
||||
padding: 15px;
|
||||
box-shadow: grey 4px 4px 16px 1px;
|
||||
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
|
@ -541,7 +533,7 @@ body {
|
|||
border-color: var(--border-color);
|
||||
border-width: 1px;
|
||||
border-radius: 8px;
|
||||
box-shadow: grey 4px 4px 16px 1px;
|
||||
|
||||
}
|
||||
|
||||
.inoutdiv button {
|
||||
|
@ -556,7 +548,7 @@ body {
|
|||
border-radius: 8px;
|
||||
|
||||
font-size: 14px;
|
||||
box-shadow: grey 4px 4px 16px 1px;
|
||||
|
||||
}
|
||||
|
||||
.inoutdiv a {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<a href="./static/burgernotes.mobileconfig" style="margin-top: 5px;">Download for iOS</a>
|
||||
|
||||
<a style="padding: 0; padding-bottom: 0; margin-top: 5px; box-shadow: none; background-color: rgba(0, 0, 0, 0);" href="https://flathub.org/apps/org.hectabit.burgernotes">
|
||||
<a style="padding: 0; padding-bottom: 0; margin-top: 5px; background-color: rgba(0, 0, 0, 0);" href="https://flathub.org/apps/org.hectabit.burgernotes">
|
||||
<img class="flathubLogo" style="height: 55px;"src="./static/svg/flathublight.svg">
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue