mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Styling share buttons.
This commit is contained in:
parent
c25578c335
commit
8b0ecf5535
2 changed files with 10 additions and 4 deletions
|
@ -2457,14 +2457,16 @@ background: transparent;
|
|||
white-space: nowrap;
|
||||
font-weight: bold;
|
||||
text-shadow: 0 1px 0 #000;
|
||||
background-color: gainsboro;
|
||||
margin-top: 1px;
|
||||
border-bottom: 1px solid #A9A9A9;
|
||||
}
|
||||
.NB-sideoption .NB-sideoption-icon {
|
||||
width: 24px;
|
||||
padding: 4px;
|
||||
height: 100%;
|
||||
float: right;
|
||||
background: linen url('/media/embed/icons/silk/time.png') no-repeat 8px 4px;
|
||||
background: #B0C4DE url('/media/embed/icons/silk/time.png') no-repeat 8px 4px;
|
||||
border-left: 1px solid #92A6C0;
|
||||
-webkit-transition: all .12s ease-out;
|
||||
-moz-transition: all .12s ease-out;
|
||||
-o-transition: all .12s ease-out;
|
||||
|
@ -2481,6 +2483,8 @@ background: transparent;
|
|||
padding: 4px 36px 4px 6px;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
background-color: #DCDCDC;
|
||||
border-left: 1px solid #DCDCDC;
|
||||
-webkit-transition: all .12s ease-out;
|
||||
-moz-transition: all .12s ease-out;
|
||||
-o-transition: all .12s ease-out;
|
||||
|
@ -2505,6 +2509,7 @@ background: transparent;
|
|||
color: #D7DDF7;
|
||||
opacity: 1;
|
||||
text-shadow: 0 1px 0 #101010;
|
||||
border-left: 1px solid #2B478C;
|
||||
}
|
||||
.NB-sideoption-share-wrapper {
|
||||
background-color: #EBF6DA;
|
||||
|
|
|
@ -882,6 +882,7 @@ header {
|
|||
font-size: 10px;
|
||||
/* padding: 8px 14px 0px;*/
|
||||
padding: 8px 28px 0px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: 26px;
|
||||
-webkit-transition: all .12s ease-out;
|
||||
|
@ -889,14 +890,14 @@ header {
|
|||
-o-transition: all .12s ease-out;
|
||||
-ms-transition: all .12s ease-out;
|
||||
|
||||
background-image: -webkit-gradient(
|
||||
background-image: url('/media/embed/reader/background-control-light.png'), -webkit-gradient(
|
||||
linear,
|
||||
left bottom,
|
||||
left top,
|
||||
color-stop(0.10, #EBEBEC),
|
||||
color-stop(0.84, #F5F5F5)
|
||||
);
|
||||
background-image: -moz-linear-gradient(
|
||||
background-image: url('/media/embed/reader/background-control-light.png'), -moz-linear-gradient(
|
||||
center bottom,
|
||||
#EBEBEC 10%,
|
||||
#F5F5F5 84%
|
||||
|
|
Loading…
Add table
Reference in a new issue