summaryrefslogtreecommitdiffstats
path: root/css/app.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 17:55:30 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 17:55:30 +0200
commit6208debf043fc8af28de13515dec4d10ace99bc3 (patch)
tree3d1cfc3a94b622f5fc7c65fac0a8f9fb8aadfb37 /css/app.css
parent4fa9c6d6cfc24b848bc8bb1526ef8ef50f046cb3 (diff)
use firefox for ci and e2e
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css22
1 files changed, 6 insertions, 16 deletions
diff --git a/css/app.css b/css/app.css
index b8ca4ec64..4224ad3fc 100644
--- a/css/app.css
+++ b/css/app.css
@@ -7,12 +7,6 @@
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2014
*/
-.loading-icon {
- background-image: url('../img/loading.gif');
- background-position: center;
- background-repeat: no-repeat;
-}
-
#global-loading {
width: 100%;
height: 100%;
@@ -35,20 +29,16 @@
display:none;
position: relative;
top:0;
- -moz-border-radius-bottomleft:1em;
- -webkit-border-bottom-left-radius:1em;
border-bottom-left-radius:1em;
- -moz-border-radius-bottomright:1em;
- -webkit-border-bottom-right-radius:1em;
border-bottom-right-radius:1em;
}
-#undo a {
- font-weight: bold;
-}
+ #undo a {
+ font-weight: bold;
+ }
-#undo a:hover {
- text-decoration: underline;
-}
+ #undo a:hover {
+ text-decoration: underline;
+ }