This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
remove border radius in modal
pull/342/head
Guillaume Vincent
8 years ago
parent
59baa29475
commit
43d02072b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/App.vue
+ 1
- 1
src/App.vue
View File
@@ -8,7 +8,7 @@
color: #323232;
}
.form-control, .btn, .input-group-addon {
.form-control, .btn, .input-group-addon
, .modal-content
{
border-radius: 0 !important;
}
Write
Preview
Loading…
Cancel
Save