diff options
| author | GrailFinder <wohilas@gmail.com> | 2024-04-07 09:53:04 +0300 | 
|---|---|---|
| committer | GrailFinder <wohilas@gmail.com> | 2024-04-07 09:53:04 +0300 | 
| commit | 4a42a4465c8ff5496229f8883b9d1532bf7c9cab (patch) | |
| tree | e0cbccdfe6a770cbbdecee2e2176ee697997229e /assets | |
| parent | b662265234d70d648a7adce74f3d9cc245456d3a (diff) | |
Feat: db connection and migrations
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/style.css | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/assets/style.css b/assets/style.css index 821a499..5d2f089 100644 --- a/assets/style.css +++ b/assets/style.css @@ -33,3 +33,11 @@ tr{      display: inline flow-root;      margin-inline: 10px;  } +.action_name{ +    border: none; +  display: inline; +  font-family: inherit; +  font-size: inherit; +  padding: none; +  width: auto; +} | 
