mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-02 08:09:47 -04:00
Minor style changes.
This commit is contained in:
parent
3814558ca1
commit
796e508635
4 changed files with 4 additions and 5 deletions
|
@ -12,8 +12,7 @@
|
|||
padding: 8px;
|
||||
width: 164px;
|
||||
height: 24px;
|
||||
border: 2px solid rgba(0,0,0,0);
|
||||
.border-radius(5px);
|
||||
border: 1px solid rgba(0,0,0,0);
|
||||
|
||||
&:hover, &.hover {
|
||||
border-color: #e8e8e8;
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
padding: 8px;
|
||||
width: 100px;
|
||||
height: 120px;
|
||||
border: 2px solid rgba(0,0,0,0);
|
||||
.border-radius(5px);
|
||||
border: 1px solid rgba(0,0,0,0);
|
||||
|
||||
&:hover, &.hover {
|
||||
border-color: #e8e8e8;
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
&.selected:not(.selecting), &.selecting:not(.selected) {
|
||||
|
||||
a, a:active, a:visited {
|
||||
color: #000;
|
||||
border-color: rgba(240,100,0,0.2);
|
||||
background-color: rgba(240,100,0,0.2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue