Browse Source

make list border style dotted

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

2
.env

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

4
public/css/default.css

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

Loading…
Cancel
Save