summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-10 22:51:39 +0300
committerAndrew Dolgov <[email protected]>2017-12-10 22:51:39 +0300
commit4d10b4abcac22ef64658eedccefe6b7f8a496fe8 (patch)
tree213d8d7cceec4c78a77729179c0774378c3f1ccb /css/cdm.less
parent1c1fc171203835410d82f3f895a28b0751cbcaa6 (diff)
merge login form css into default.css
update more hardcoded colors to use @color-accent update @color-accent
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less30
1 files changed, 15 insertions, 15 deletions
diff --git a/css/cdm.less b/css/cdm.less
index 5a79addbd..94f863423 100644
--- a/css/cdm.less
+++ b/css/cdm.less
@@ -28,7 +28,7 @@
}
span.updated {
- color : #555;
+ color : @default-text;
font-weight : normal;
font-size : 11px;
white-space : nowrap;
@@ -59,7 +59,7 @@
height : 30px;
padding-left : 5px;
font-weight : normal;
- color : #555;
+ color : @default-text;
clear : both;
> * {
@@ -150,7 +150,7 @@ div.cdm.expandable.active div.cdmHeader span.titleWrap {
div.cdm.expandable div.cdmHeader a.title {
font-weight : 600;
- color : #555;
+ color : @default-text;
font-size : 14px;
-webkit-transition : color 0.2s;
transition : color 0.2s;
@@ -197,7 +197,7 @@ div.cdm.expanded.Unread div.cdmHeader a.title {
}
div.cdm.expanded div.cdmContent {
- color : #555;
+ color : @default-text;
}
div.cdm.expanded.Unread div.cdmContent {
@@ -218,7 +218,7 @@ span.cdmExcerpt {
div.cdmContent div.postEnclosures {
margin-top : 1em;
- color : #555;
+ color : @default-text;
}
div.cdmFeedTitle {
@@ -228,12 +228,12 @@ div.cdmFeedTitle {
}
div.cdmFeedTitle a.title {
- color : #555;
+ color : @default-text;
font-weight : bold;
}
div.cdmFeedTitle a {
- color : #555;
+ color : @default-text;
}
div.cdmFeedTitle a:hover {
@@ -248,7 +248,7 @@ div.cdmHeader span.hlFeed {
div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
vertical-align : middle;
- color : #555;
+ color : @default-text;
font-weight : normal;
font-style : italic;
font-size : 11px;
@@ -274,7 +274,7 @@ div.cdmContentInner iframe {
div.cdmHeader span.author {
white-space : nowrap;
- color : #555;
+ color : @default-text;
font-size : 11px;
font-weight : normal;
}
@@ -288,7 +288,7 @@ div#floatingTitle {
border: 0px solid #ddd;
border-bottom-width: 1px;
background : white;
- color : #555;
+ color : @default-text;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
> * {
@@ -304,7 +304,7 @@ div#floatingTitle {
}
span.author {
- color : #555;
+ color : @default-text;
font-size : 11px;
font-weight : normal;
}
@@ -325,7 +325,7 @@ div#floatingTitle {
div.hlFeed {
padding-right : 10px;
- color : #555;
+ color : @default-text;
font-weight : normal;
font-style : italic;
font-size : 11px;
@@ -341,12 +341,12 @@ div#floatingTitle {
span.updated {
padding-right : 10px;
white-space : nowrap;
- color : #555;
+ color : @default-text;
font-size : 11px;
}
div.hlFeed a {
- color : #555;
+ color : @default-text;
}
span.titleWrap {
@@ -403,7 +403,7 @@ div#floatingTitle.Unread a.title {
a.catchup {
text-align : right;
- color : #555;
+ color : @default-text;
padding-right : 10px;
font-size : 11px;
white-space : nowrap;