Browse Source

make list border style dotted

main
ghost 7 months ago
parent
commit
5916bb48d5
  1. 2
      .env
  2. 4
      public/css/default.css

2
.env

@ -19,7 +19,7 @@ APP_ENV=dev @@ -19,7 +19,7 @@ APP_ENV=dev
APP_SECRET=EDIT_ME
###< symfony/framework-bundle ###
APP_VERSION=1.5.3
APP_VERSION=1.5.4
APP_NAME=KevaChat

4
public/css/default.css

@ -109,13 +109,13 @@ main ul ul @@ -109,13 +109,13 @@ main ul ul
main ul li
{
border-top: 1px var(--color-default) solid;
border-top: 1px var(--color-default) dotted;
word-wrap: break-word;
}
main > ul > li:first-child
{
border-top: 1px transparent solid;
border-top: 1px transparent dotted;
}
main ul li div

Loading…
Cancel
Save