source: src/main/resources/static/css/headers.css@ 77205be

Last change on this file since 77205be was 77205be, checked in by gjoko kostadinov <gjokokostadinov@…>, 6 months ago

Add entire code

  • Property mode set to 100755
File size: 230 bytes
Line 
1.form-control-dark {
2 border-color: var(--bs-gray);
3}
4.form-control-dark:focus {
5 border-color: #fff;
6 box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
7}
8
9.text-small {
10 font-size: 85%;
11}
12
13.dropdown-toggle {
14 outline: 0;
15}
Note: See TracBrowser for help on using the repository browser.