summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-11-27 20:09:02 +0300
committerAndrew Dolgov <[email protected]>2017-11-27 20:09:02 +0300
commit0b68b1629ed173818a6b5bb6ada1c4c78744348e (patch)
treef45989e2c7e765d4807923fa2106a893f38f4706 /css
parentd7effa92a49b5ed64d0f4cfa87a6aabaf9cfaa93 (diff)
add a sanity check for tt-rss myisam tables
Diffstat (limited to 'css')
-rw-r--r--css/utility.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/css/utility.css b/css/utility.css
index 01aff091f..9420e05d0 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -1,5 +1,9 @@
@import "dijit.css";
+body.sanity_failed {
+ background : #900;
+}
+
body {
background : #f5f5f5;
color : black;
@@ -132,7 +136,7 @@ h2 {
font-size : 14pt;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
- border-style : solid;
+ border-style : solid;
}
div.content > h2 {
@@ -202,11 +206,11 @@ body#sharepopup table {
padding : 5px;
}
-body#sharepopup form {
+body#sharepopup form {
height : 100%;
}
-body#sharepopup input {
+body#sharepopup input {
width : 100%;
}
@@ -227,7 +231,7 @@ div.autocomplete ul {
font-size : 10px;
}
-div.autocomplete ul li.selected {
+div.autocomplete ul li.selected {
background-color : #fff7d5;
}
@@ -240,7 +244,7 @@ div.autocomplete ul li {
cursor : pointer;
}
-fieldset {
+fieldset {
border-width : 0px;
padding : 0px 0px 5px 0px;
margin : 0px;