Minor style tweaks.
This commit is contained in:
parent
f72a650347
commit
1b477cb541
2 changed files with 5 additions and 4 deletions
|
|
@ -86,11 +86,12 @@
|
|||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
border: 1px solid silver;
|
||||
border-radius: 8px !important;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
margin-left: -1;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-right-radius: 8px !important;
|
||||
border-bottom-right-radius: 8px !important;
|
||||
border-top-left-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue