Small css tweak

This commit is contained in:
peteruithoven 2013-10-18 23:57:06 +02:00
parent 10724b1746
commit 2950638873
3 changed files with 3 additions and 1 deletions

View File

@ -665,6 +665,7 @@ SETTINGS POPUP
padding: 0.4em 0.5em;
border-radius: 0 0 0 10px;
border: 2px solid #333;
border-width: 0 0 2px 2px;
font-weight: bold;
-webkit-box-shadow: 0px 2px 6px 0px rgba(16, 16, 16, 0.65);

2
css/styles.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -6,6 +6,7 @@
padding: 0.4em 0.5em;
border-radius: 0 0 0 10px;
border: 2px solid #333;
border-width: 0 0 2px 2px;
font-weight: bold;
box-shadow: 0px 2px 6px 0px rgba(16, 16, 16, 0.65);