summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-12 11:45:06 +0300
committerAndrew Dolgov <[email protected]>2015-08-12 11:45:06 +0300
commit6759dde1dd3277ac4c962b368beb51cabdefa4ae (patch)
tree2e441ea6087ac05f0dd277e2ff9d7e973a50e097 /css
parent1eec50143b6bed36d69a4d239fc922386965dd5c (diff)
minor css updates
Diffstat (limited to 'css')
-rw-r--r--css/utility.css3
-rw-r--r--css/zoom.css1
2 files changed, 4 insertions, 0 deletions
diff --git a/css/utility.css b/css/utility.css
index fc1d6bc18..4358b3d7c 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -1,3 +1,5 @@
+@import "dijit.css";
+
body {
background : #f5f5f5;
color : black;
@@ -24,6 +26,7 @@ div.content {
background : white;
border : 1px solid #ddd;
padding : 10px;
+ border-radius : 6px;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
}
diff --git a/css/zoom.css b/css/zoom.css
index f2230d7c1..7cc15b649 100644
--- a/css/zoom.css
+++ b/css/zoom.css
@@ -61,6 +61,7 @@ body#ttrssZoom div.postReply {
border : 1px solid #ddd;
background : white;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
+ border-radius : 6px;
}
body#ttrssZoom div.footer {